diff --git a/example-stylix-dev.yaml b/example-stylix-dev.yaml new file mode 100644 index 0000000..6f9ad05 --- /dev/null +++ b/example-stylix-dev.yaml @@ -0,0 +1,35 @@ +height: 42 +window_title: + enable: false +vinyl: + enable: true +battery: + enable: true +stylix: + enable: true + colors: + base00: "1e1e2e" # background + base01: "313244" # lighter background + base02: "45475a" # selection background + base03: "585b70" # comments + base04: "bac2de" # dark foreground + base05: "cdd6f4" # foreground + base06: "f5e0dc" # light foreground + base07: "b4befe" # light background + base08: "f38ba8" # red + base09: "fab387" # orange + base0A: "f9e2af" # yellow + base0B: "a6e3a1" # green + base0C: "94e2d5" # cyan + base0D: "89b4fa" # blue + base0E: "cba6f7" # purple + base0F: "f2cdcd" # brown + fonts: + sansSerif: "Inter" + serif: "Times New Roman" + monospace: "JetBrains Mono" + sizes: + desktop: 12 + applications: 12 + terminal: 11 + popups: 10 \ No newline at end of file