mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 16:37:46 +00:00
20 lines
467 B
Nix
20 lines
467 B
Nix
{
|
|
name = "Gruvbox dark, medium";
|
|
author = "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)";
|
|
base00 = "282828";
|
|
base01 = "3C3836";
|
|
base02 = "504945";
|
|
base03 = "665C54";
|
|
base04 = "BDAE93";
|
|
base05 = "D5C4A1";
|
|
base06 = "EBDBB2";
|
|
base07 = "FBF1C7";
|
|
base08 = "FB4934";
|
|
base09 = "FE8019";
|
|
base0A = "FABD2F";
|
|
base0B = "B8BB26";
|
|
base0C = "8EC07C";
|
|
base0D = "83A598";
|
|
base0E = "D3869B";
|
|
base0F = "D65D0E";
|
|
}
|