Skip to content

Commit 341178e

Browse files
committed
fix: use visible color for colorcolumn highlight
fixes #16
1 parent eaabbae commit 341178e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cyberdream/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function M.setup()
3434

3535
theme.highlights = {
3636
Comment = { fg = t.grey, italic = opts.italic_comments },
37-
ColorColumn = { bg = t.bg },
37+
ColorColumn = { bg = t.bgHighlight },
3838
Conceal = { fg = t.grey },
3939
Cursor = { fg = t.bg, bg = t.fg },
4040
ICursor = { fg = t.bg, bg = t.fg },

0 commit comments

Comments
 (0)