19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#212121";
|
|
base01 = "#303030";
|
|
base02 = "#353535";
|
|
base03 = "#4a4a4a";
|
|
base04 = "#b2ccd6";
|
|
base05 = "#eeffff";
|
|
base06 = "#eeffff";
|
|
base07 = "#ffffff";
|
|
base08 = "#f07178";
|
|
base09 = "#f78c6c";
|
|
base0A = "#ffcb6b";
|
|
base0B = "#c3e88d";
|
|
base0C = "#89ddff";
|
|
base0D = "#82aaff";
|
|
base0E = "#c792ea";
|
|
base0F = "#ff5370";
|
|
}
|