We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaabbae commit 341178eCopy full SHA for 341178e
lua/cyberdream/theme.lua
@@ -34,7 +34,7 @@ function M.setup()
34
35
theme.highlights = {
36
Comment = { fg = t.grey, italic = opts.italic_comments },
37
- ColorColumn = { bg = t.bg },
+ ColorColumn = { bg = t.bgHighlight },
38
Conceal = { fg = t.grey },
39
Cursor = { fg = t.bg, bg = t.fg },
40
ICursor = { fg = t.bg, bg = t.fg },
0 commit comments