From 5f328c47ab4370108c9ec9b2e397477607efec54 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 14 Oct 2024 15:01:06 +0200 Subject: [PATCH] Neovim: Update colorscheme --- home/modules/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index 6568b2ce..27904559 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -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),