mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
refactor neovim colors
using base16 color plugin instead of homemade
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user