base16-nix/colors/base16-purpledream.nix
2024-01-25 20:30:39 -07:00

19 lines
356 B
Nix

{
base00 = "#100510";
base01 = "#302030";
base02 = "#403040";
base03 = "#605060";
base04 = "#bbb0bb";
base05 = "#ddd0dd";
base06 = "#eee0ee";
base07 = "#fff0ff";
base08 = "#ff1d0d";
base09 = "#ccae14";
base0A = "#f000a0";
base0B = "#14cc64";
base0C = "#0075b0";
base0D = "#00a0f0";
base0E = "#b000d0";
base0F = "#6a2a3c";
}