1

Neovim: Update colorscheme

This commit is contained in:
2024-10-14 15:01:06 +02:00
parent 5154a5b434
commit 5f328c47ab

View File

@ -1578,7 +1578,7 @@ in {
return {
-- Head
{
{ " NEOVIM ", hl = { fg = "#${color.dark.base}", bg = "#${color.dark.lavender}" } },
{ " NEOVIM ", hl = { fg = "#${color.dark.base}", bg = "#${color.dark.lavender}", style = "bold" } },
-- The separator gets a foreground and background fill (each have fg + bg).
-- line.sep("", lavender, lavender),