preconfiguredModules.bonvim: change colorscheme (catppuccin -> gruvbox)

astora: disable catppuccin colorscheme
vinheim: disable catppuccin colorscheme
This commit is contained in:
L-Nafaryus 2024-12-19 00:28:16 +05:00
parent 1158fee91e
commit de55921ea8
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38
3 changed files with 34 additions and 31 deletions

View File

@ -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"];
};
};
};
};

View File

@ -144,7 +144,7 @@ in {
# Theme
catppuccin = {
# global, for all enabled programs
enable = true;
enable = false;
flavor = "macchiato";
accent = "green";
};

View File

@ -93,7 +93,7 @@ in {
# Theme
catppuccin = {
# global, for all enabled programs
enable = true;
enable = false;
flavor = "macchiato";
accent = "green";
};