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

@ -26,7 +26,7 @@ nixpkgs.lib.nixosSystem {
# Theming
theme = {
colors = (import ../../colorscheme/gruvbox).dark;
colors = (import ../../colorscheme/gruvbox-dark).dark;
dark = true;
};
wallpaper = "${wallpapers}/gruvbox/road.jpg";