2026-06-09 19:41:17 +01:00
|
|
|
# Catppuccin Mocha palette. Raw 6-digit hex (no leading "#"); consumers add a
|
|
|
|
|
# "#" where their format needs it. Shared by the Sway desktop theming
|
2026-06-29 12:27:52 +01:00
|
|
|
# (home/sway.nix) and the ReGreet greeter (modules/sway.nix) so the two stay in sync.
|
2026-06-09 19:41:17 +01:00
|
|
|
{
|
|
|
|
|
base = "1e1e2e";
|
|
|
|
|
mantle = "181825";
|
|
|
|
|
crust = "11111b";
|
|
|
|
|
surface0 = "313244";
|
|
|
|
|
surface1 = "45475a";
|
|
|
|
|
surface2 = "585b70";
|
|
|
|
|
overlay0 = "6c7086";
|
|
|
|
|
subtext0 = "a6adc8";
|
|
|
|
|
subtext1 = "bac2de";
|
|
|
|
|
text = "cdd6f4";
|
|
|
|
|
rosewater = "f5e0dc";
|
|
|
|
|
red = "f38ba8";
|
|
|
|
|
maroon = "eba0ac";
|
|
|
|
|
peach = "fab387";
|
|
|
|
|
yellow = "f9e2af";
|
|
|
|
|
green = "a6e3a1";
|
|
|
|
|
teal = "94e2d5";
|
|
|
|
|
sapphire = "74c7ec";
|
|
|
|
|
blue = "89b4fa";
|
|
|
|
|
mauve = "cba6f7";
|
|
|
|
|
pink = "f5c2e7";
|
|
|
|
|
}
|