This commit is contained in:
siduck 2022-05-05 05:42:11 +05:30
parent bc2257a4c0
commit 4d6896cac3

View file

@ -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 = {