diff options
Diffstat (limited to 'home/neovim/config.nix')
-rw-r--r-- | home/neovim/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/neovim/config.nix b/home/neovim/config.nix index 98895ed..b775e77 100644 --- a/home/neovim/config.nix +++ b/home/neovim/config.nix @@ -89,7 +89,7 @@ in base00 = "#${config.theme.colors.base}"; base01 = "#${config.theme.colors.surface}"; base02 = "#${config.theme.colors.surface}"; - base03 = "#${config.theme.colors.overlay}"; + base03 = "#${config.theme.colors.subtext}"; base04 = "#${config.theme.colors.subtext}"; base05 = "#${config.theme.colors.text}"; base06 = "#${config.theme.colors.text}"; |