Blue is much more readable when the night filter kicks in.
This commit is contained in:
parent
58760280be
commit
6b7510cfd9
|
@ -100,6 +100,8 @@ gruvbox.setup({
|
||||||
DiffChange = { fg = colors.aqua, bg = "NONE" },
|
DiffChange = { fg = colors.aqua, bg = "NONE" },
|
||||||
DiffDelete = { fg = colors.red, bg = "NONE" },
|
DiffDelete = { fg = colors.red, bg = "NONE" },
|
||||||
DiffText = { fg = colors.yellow, bg = colors.bg0 },
|
DiffText = { fg = colors.yellow, bg = colors.bg0 },
|
||||||
|
-- Directories "pop" better in blue
|
||||||
|
Directory = { link = "GruvboxBlueBold" },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue