Home: Define semantic color aliases
This commit is contained in:
@ -54,6 +54,12 @@
|
|||||||
color = {
|
color = {
|
||||||
scheme = "catppuccin-mocha";
|
scheme = "catppuccin-mocha";
|
||||||
font = builtins.head nixosConfig.fonts.fontconfig.defaultFonts.monospace;
|
font = builtins.head nixosConfig.fonts.fontconfig.defaultFonts.monospace;
|
||||||
|
|
||||||
|
bg = "base";
|
||||||
|
text = "text";
|
||||||
|
accent = "mauve";
|
||||||
|
accentHL = "pink";
|
||||||
|
accentText = "base";
|
||||||
};
|
};
|
||||||
|
|
||||||
docs.enable = !headless;
|
docs.enable = !headless;
|
||||||
|
Reference in New Issue
Block a user