refactor neovim colors

using base16 color plugin instead of homemade
This commit is contained in:
Noah Masur
2023-04-15 18:38:03 -04:00
parent 8d389013ad
commit 8f8012e435
10 changed files with 86 additions and 41 deletions

View File

@ -19,7 +19,6 @@
base0D = "#83a598"; # blue
base0E = "#d3869b"; # purple
base0F = "#d65d0e"; # brown
neovimConfig = ./neovim-gruvbox.nix;
batTheme = "gruvbox-dark";
};
light = {
@ -39,7 +38,6 @@
base0D = "#076678"; # blue
base0E = "#8f3f71"; # purple
base0F = "#d65d0e"; # brown
neovimConfig = ./neovim-gruvbox.nix;
batTheme = "gruvbox-light";
};
}