diff --git a/config/plugins/themes/default.nix b/config/plugins/themes/default.nix index d5a2d84..0dd5837 100644 --- a/config/plugins/themes/default.nix +++ b/config/plugins/themes/default.nix @@ -1,6 +1,4 @@ -{config, ...}: let - lua = x: {__raw = x;}; -in { +{ colorschemes = { catppuccin = { enable = true; @@ -9,7 +7,7 @@ in { light = "macchiato"; dark = "mocha"; }; - flavour = "frappe"; # "latte", "mocha", "frappe", "macchiato" or raw lua code + flavour = "macchiato"; # "latte", "mocha", "frappe", "macchiato" or raw lua code no_bold = false; no_italic = false; no_underline = false;