1

Home: Define semantic color aliases

This commit is contained in:
2025-07-19 22:38:09 +02:00
parent a5796aed9a
commit 93efe69f2f

View File

@ -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;