mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -07:00
make conceal transparent, fix https://github.com/NvChad/NvChad/issues/1023
This commit is contained in:
parent
bc2257a4c0
commit
4d6896cac3
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
local theme = require("base16").get_colors("base_16")
|
local theme = require("base16").get_colors "base_16"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
Normal = {
|
Normal = {
|
||||||
|
|
@ -117,8 +117,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
Conceal = {
|
Conceal = {
|
||||||
fg = theme.base0D,
|
bg = "NONE",
|
||||||
bg = theme.base0D,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
Cursor = {
|
Cursor = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue