19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#1c2023";
|
|
base01 = "#393f45";
|
|
base02 = "#565e65";
|
|
base03 = "#747c84";
|
|
base04 = "#adb3ba";
|
|
base05 = "#c7ccd1";
|
|
base06 = "#dfe2e5";
|
|
base07 = "#f3f4f5";
|
|
base08 = "#c7ae95";
|
|
base09 = "#c7c795";
|
|
base0A = "#aec795";
|
|
base0B = "#95c7ae";
|
|
base0C = "#95aec7";
|
|
base0D = "#ae95c7";
|
|
base0E = "#c795ae";
|
|
base0F = "#c79595";
|
|
}
|