preconfiguredModules.bonvim: change colorscheme (catppuccin -> gruvbox)
astora: disable catppuccin colorscheme vinheim: disable catppuccin colorscheme
This commit is contained in:
parent
1158fee91e
commit
de55921ea8
@ -93,36 +93,39 @@
|
||||
};
|
||||
|
||||
# Theme
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flavour = "macchiato";
|
||||
no_bold = false;
|
||||
no_italic = false;
|
||||
no_underline = false;
|
||||
integrations = {
|
||||
cmp = true;
|
||||
notify = true;
|
||||
gitsigns = true;
|
||||
neotree = true;
|
||||
which_key = true;
|
||||
illuminate = {
|
||||
enabled = true;
|
||||
};
|
||||
treesitter = true;
|
||||
telescope.enabled = true;
|
||||
indent_blankline.enabled = true;
|
||||
mini.enabled = true;
|
||||
native_lsp = {
|
||||
enabled = true;
|
||||
inlay_hints = {
|
||||
background = true;
|
||||
colorschemes = {
|
||||
gruvbox.enable = true;
|
||||
catppuccin = {
|
||||
enable = false;
|
||||
settings = {
|
||||
flavour = "macchiato";
|
||||
no_bold = false;
|
||||
no_italic = false;
|
||||
no_underline = false;
|
||||
integrations = {
|
||||
cmp = true;
|
||||
notify = true;
|
||||
gitsigns = true;
|
||||
neotree = true;
|
||||
which_key = true;
|
||||
illuminate = {
|
||||
enabled = true;
|
||||
};
|
||||
underlines = {
|
||||
errors = ["undercurl"];
|
||||
hints = ["undercurl"];
|
||||
information = ["undercurl"];
|
||||
warnings = ["undercurl"];
|
||||
treesitter = true;
|
||||
telescope.enabled = true;
|
||||
indent_blankline.enabled = true;
|
||||
mini.enabled = true;
|
||||
native_lsp = {
|
||||
enabled = true;
|
||||
inlay_hints = {
|
||||
background = true;
|
||||
};
|
||||
underlines = {
|
||||
errors = ["undercurl"];
|
||||
hints = ["undercurl"];
|
||||
information = ["undercurl"];
|
||||
warnings = ["undercurl"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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