diff --git a/plugins/common/colorscheme.nix b/plugins/common/colorscheme.nix index ce575b9..0cc9043 100644 --- a/plugins/common/colorscheme.nix +++ b/plugins/common/colorscheme.nix @@ -2,7 +2,7 @@ { colorschemes = { catppuccin = { - enable = false; + enable = true; settings = { integrations.native_lsp = { enabled = true; @@ -23,7 +23,7 @@ }; colorschemes.tokyonight = { - enable = true; + enable = false; settings = { style = "night"; transparent = config.myvim.transparent;