From ddab79b4dcb683cfedac608f6913b6cadb0d2d0a Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Thu, 18 Apr 2024 19:08:35 +0200 Subject: [PATCH] update flavour --- config/plugins/themes/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;