trying stylix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user