mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -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 {
|
||||
Normal = {
|
||||
|
|
@ -117,8 +117,7 @@ return {
|
|||
},
|
||||
|
||||
Conceal = {
|
||||
fg = theme.base0D,
|
||||
bg = theme.base0D,
|
||||
bg = "NONE",
|
||||
},
|
||||
|
||||
Cursor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue