mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
465 B
Nix
20 lines
465 B
Nix
{
|
|
name = "Gruvbox dark, pale";
|
|
author = "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)";
|
|
base00 = "262626";
|
|
base01 = "3A3A3A";
|
|
base02 = "4E4E4E";
|
|
base03 = "8A8A8A";
|
|
base04 = "949494";
|
|
base05 = "DAB997";
|
|
base06 = "D5C4A1";
|
|
base07 = "EBDBB2";
|
|
base08 = "D75F5F";
|
|
base09 = "FF8700";
|
|
base0A = "FFAF00";
|
|
base0B = "AFAF00";
|
|
base0C = "85AD85";
|
|
base0D = "83ADAD";
|
|
base0E = "D485AD";
|
|
base0F = "D65D0E";
|
|
}
|