mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
394 B
Nix
20 lines
394 B
Nix
{
|
|
name = "Evenok Dark";
|
|
author = "Mekeor Melire";
|
|
base00 = "000000";
|
|
base01 = "202020";
|
|
base02 = "303030";
|
|
base03 = "505050";
|
|
base04 = "B0B0B0";
|
|
base05 = "D0D0D0";
|
|
base06 = "E0E0E0";
|
|
base07 = "FFFFFF";
|
|
base08 = "F5708A";
|
|
base09 = "EE8122";
|
|
base0A = "B8A300";
|
|
base0B = "54BC5C";
|
|
base0C = "00BAB3";
|
|
base0D = "00AFF2";
|
|
base0E = "9095FF";
|
|
base0F = "D47ADA";
|
|
}
|