diff --git a/home/christoph/default.nix b/home/christoph/default.nix index a0e114aa..5deb10ae 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -54,6 +54,12 @@ color = { scheme = "catppuccin-mocha"; font = builtins.head nixosConfig.fonts.fontconfig.defaultFonts.monospace; + + bg = "base"; + text = "text"; + accent = "mauve"; + accentHL = "pink"; + accentText = "base"; }; docs.enable = !headless;