preconfiguredModules.bonvim: change colorscheme (catppuccin -> gruvbox)
astora: disable catppuccin colorscheme vinheim: disable catppuccin colorscheme
This commit is contained in:
parent
1158fee91e
commit
de55921ea8
@ -93,8 +93,10 @@
|
||||
};
|
||||
|
||||
# Theme
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
colorschemes = {
|
||||
gruvbox.enable = true;
|
||||
catppuccin = {
|
||||
enable = false;
|
||||
settings = {
|
||||
flavour = "macchiato";
|
||||
no_bold = false;
|
||||
@ -128,6 +130,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# File tree
|
||||
plugins.neo-tree = {
|
||||
|
@ -144,7 +144,7 @@ in {
|
||||
# Theme
|
||||
catppuccin = {
|
||||
# global, for all enabled programs
|
||||
enable = true;
|
||||
enable = false;
|
||||
flavor = "macchiato";
|
||||
accent = "green";
|
||||
};
|
||||
|
@ -93,7 +93,7 @@ in {
|
||||
# Theme
|
||||
catppuccin = {
|
||||
# global, for all enabled programs
|
||||
enable = true;
|
||||
enable = false;
|
||||
flavor = "macchiato";
|
||||
accent = "green";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user