trying stylix

This commit is contained in:
2026-03-16 21:44:19 +00:00
parent 7336c33904
commit 28d9b72df8
3 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -1120,7 +1120,7 @@ You'll notice the color values in multiple places outside this as well.
{
stylix.enable = true;
stylix.base24Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
stylix.base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
}
#+END_SRC
@@ -1,4 +1,4 @@
system: "base24"
system: "base16"
name: "Catppuccin Mocha"
author: "https://github.com/catppuccin/catppuccin"
variant: "dark"
@@ -19,11 +19,3 @@ palette:
base0D: "#89b4fa" # blue
base0E: "#cba6f7" # mauve
base0F: "#f2cdcd" # flamingo
base10: "#181825" # mantle - darker background
base11: "#11111b" # crust - darkest background
base12: "#eba0ac" # maroon - bright red
base13: "#f5e0dc" # rosewater - bright yellow
base14: "#a6e3a1" # green - bright green
base15: "#89dceb" # sky - bright cyan
base16: "#74c7ec" # sapphire - bright blue
base17: "#f5c2e7" # pink - bright purple
+1 -1
View File
@@ -2,5 +2,5 @@
{
stylix.enable = true;
stylix.base24Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
stylix.base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
}