mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
403 B
Nix
20 lines
403 B
Nix
{
|
|
name = "Equilibrium Gray Dark";
|
|
author = "Carlo Abelli";
|
|
base00 = "111111";
|
|
base01 = "1B1B1B";
|
|
base02 = "262626";
|
|
base03 = "777777";
|
|
base04 = "919191";
|
|
base05 = "ABABAB";
|
|
base06 = "C6C6C6";
|
|
base07 = "E2E2E2";
|
|
base08 = "F04339";
|
|
base09 = "DF5923";
|
|
base0A = "BB8801";
|
|
base0B = "7F8B00";
|
|
base0C = "00948B";
|
|
base0D = "008DD1";
|
|
base0E = "6A7FD2";
|
|
base0F = "E3488E";
|
|
}
|