mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
426 B
Nix
20 lines
426 B
Nix
{
|
|
name = "Decaf";
|
|
author = "Alex Mirrington (https://github.com/alexmirrington)";
|
|
base00 = "2D2D2D";
|
|
base01 = "393939";
|
|
base02 = "515151";
|
|
base03 = "777777";
|
|
base04 = "B4B7B4";
|
|
base05 = "CCCCCC";
|
|
base06 = "E0E0E0";
|
|
base07 = "FFFFFF";
|
|
base08 = "FF7F7B";
|
|
base09 = "FFBF70";
|
|
base0A = "FFD67C";
|
|
base0B = "BEDA78";
|
|
base0C = "BED6FF";
|
|
base0D = "90BEE1";
|
|
base0E = "EFB3F7";
|
|
base0F = "FF93B3";
|
|
}
|