mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 15:23:40 +02:00
nvim: colorscheme: add FoldColumn highlight group
This commit is contained in:
parent
62ebd21062
commit
55a4798866
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ local options = {
|
||||||
mocha = function(colors)
|
mocha = function(colors)
|
||||||
return {
|
return {
|
||||||
Visual = { bg = colors.overlay1 },
|
Visual = { bg = colors.overlay1 },
|
||||||
|
FoldColumn = { fg = colors.surface2 },
|
||||||
|
|
||||||
-- Floating windows
|
-- Floating windows
|
||||||
NormalFloat = { fg = colors.text, bg = colors.crust },
|
NormalFloat = { fg = colors.text, bg = colors.crust },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue