mirror of
https://github.com/timmypidashev/darkbox.nvim.git
synced 2026-04-14 03:33:51 +00:00
Add ColorColumn
This commit is contained in:
@@ -30,6 +30,7 @@ local function get_groups(colors)
|
|||||||
LineNr = { fg = colors.gray },
|
LineNr = { fg = colors.gray },
|
||||||
SignColumn = { bg = colors.bg },
|
SignColumn = { bg = colors.bg },
|
||||||
VertSplit = { fg = colors.bg },
|
VertSplit = { fg = colors.bg },
|
||||||
|
ColorColumn = { fg = colors.dim_black },
|
||||||
StatusLine = { fg = colors.fg, bg = colors.black },
|
StatusLine = { fg = colors.fg, bg = colors.black },
|
||||||
StatusLineNC = { fg = colors.gray, bg = colors.black },
|
StatusLineNC = { fg = colors.gray, bg = colors.black },
|
||||||
Visual = { bg = colors.dim_gray },
|
Visual = { bg = colors.dim_gray },
|
||||||
|
|||||||
Reference in New Issue
Block a user