reNixos/hand7s/stylix/base16Scheme.nix
s0me1newithhand7s d03b1f090f
hand7s/stylix: color scheme changed
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
2025-07-26 11:33:15 +03:00

24 lines
667 B
Nix

{...}: {
stylix = {
base16Scheme = {
scheme = "Ólafur Bjarki Bogason";
name = "Tokyo Night Moon";
base00 = "#222436";
base01 = "#1e2030";
base02 = "#2d3f76";
base03 = "#636da6";
base04 = "#828bb8";
base05 = "#3b4261";
base06 = "#828bb8";
base07 = "#c8d3f5";
base08 = "#ff757f";
base09 = "#ffc777";
base0A = "#ffc777";
base0B = "#c3e88d";
base0C = "#86e1fc";
base0D = "#82aaff";
base0E = "#fca7ea";
base0F = "#c53b53";
};
};
}