reNixos/hand7s/stylix/base16Scheme.nix
s0me1newithhand7s c5f949506a staging(no atomic commits thank to git-hooks)
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-03-25 17:56:18 +03:00

24 lines
546 B
Nix

_: {
stylix = {
base16Scheme = {
scheme = "Tokyo-Night-Storm-MD3e";
name = "TokyoNightStormMD3e";
base00 = "#24283b";
base01 = "#1f2335";
base02 = "#292e42";
base03 = "#565f89";
base04 = "#a9b1d6";
base05 = "#c0caf5";
base06 = "#cdd6f4";
base07 = "#d5d6db";
base08 = "#f7768e";
base09 = "#ff9e64";
base0A = "#e0af68";
base0B = "#9ece6a";
base0C = "#7dcfff";
base0D = "#7aa2f7";
base0E = "#bb9af7";
base0F = "#ff007c";
};
};
}