mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
452 B
Nix
20 lines
452 B
Nix
{
|
|
name = "Espresso";
|
|
author = "Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)";
|
|
base00 = "2D2D2D";
|
|
base01 = "393939";
|
|
base02 = "515151";
|
|
base03 = "777777";
|
|
base04 = "B4B7B4";
|
|
base05 = "CCCCCC";
|
|
base06 = "E0E0E0";
|
|
base07 = "FFFFFF";
|
|
base08 = "D25252";
|
|
base09 = "F9A959";
|
|
base0A = "FFC66D";
|
|
base0B = "A5C261";
|
|
base0C = "BED6FF";
|
|
base0D = "6C99BB";
|
|
base0E = "D197D9";
|
|
base0F = "F97394";
|
|
}
|