mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
421 B
Nix
20 lines
421 B
Nix
{
|
|
name = "IR Black";
|
|
author = "Timothée Poisot (http://timotheepoisot.fr)";
|
|
base00 = "000000";
|
|
base01 = "242422";
|
|
base02 = "484844";
|
|
base03 = "6C6C66";
|
|
base04 = "918F88";
|
|
base05 = "B5B3AA";
|
|
base06 = "D9D7CC";
|
|
base07 = "FDFBEE";
|
|
base08 = "FF6C60";
|
|
base09 = "E9C062";
|
|
base0A = "FFFFB6";
|
|
base0B = "A8FF60";
|
|
base0C = "C6C5FE";
|
|
base0D = "96CBFE";
|
|
base0E = "FF73FD";
|
|
base0F = "B18A3D";
|
|
}
|