mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
417 B
Nix
20 lines
417 B
Nix
{
|
|
name = "Twilight";
|
|
author = "David Hart (https://github.com/hartbit)";
|
|
base00 = "1E1E1E";
|
|
base01 = "323537";
|
|
base02 = "464B50";
|
|
base03 = "5F5A60";
|
|
base04 = "838184";
|
|
base05 = "A7A7A7";
|
|
base06 = "C3C3C3";
|
|
base07 = "FFFFFF";
|
|
base08 = "CF6A4C";
|
|
base09 = "CDA869";
|
|
base0A = "F9EE98";
|
|
base0B = "8F9D6A";
|
|
base0C = "AFC4DB";
|
|
base0D = "7587A6";
|
|
base0E = "9B859D";
|
|
base0F = "9B703F";
|
|
}
|