19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#efefef";
|
|
base01 = "#bebed2";
|
|
base02 = "#9e9eaf";
|
|
base03 = "#7c7c98";
|
|
base04 = "#505063";
|
|
base05 = "#313145";
|
|
base06 = "#22223a";
|
|
base07 = "#1a1a2f";
|
|
base08 = "#f43979";
|
|
base09 = "#d22a8b";
|
|
base0A = "#ff669b";
|
|
base0B = "#0073a8";
|
|
base0C = "#2155d6";
|
|
base0D = "#471397";
|
|
base0E = "#6916b6";
|
|
base0F = "#8d17a5";
|
|
}
|