1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: colorscheme: add FoldColumn highlight group

This commit is contained in:
Henrik Hautakoski 2024-08-27 22:10:04 +02:00
parent 62ebd21062
commit 55a4798866

View file

@ -21,6 +21,7 @@ local options = {
mocha = function(colors)
return {
Visual = { bg = colors.overlay1 },
FoldColumn = { fg = colors.surface2 },
-- Floating windows
NormalFloat = { fg = colors.text, bg = colors.crust },