mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 16:37:46 +00:00
20 lines
468 B
Nix
20 lines
468 B
Nix
{
|
|
name = "Gruvbox light, medium";
|
|
author = "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)";
|
|
base00 = "FBF1C7";
|
|
base01 = "EBDBB2";
|
|
base02 = "D5C4A1";
|
|
base03 = "BDAE93";
|
|
base04 = "665C54";
|
|
base05 = "504945";
|
|
base06 = "3C3836";
|
|
base07 = "282828";
|
|
base08 = "9D0006";
|
|
base09 = "AF3A03";
|
|
base0A = "B57614";
|
|
base0B = "79740E";
|
|
base0C = "427B58";
|
|
base0D = "076678";
|
|
base0E = "8F3F71";
|
|
base0F = "D65D0E";
|
|
}
|