mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 08:27:45 +00:00
20 lines
507 B
Nix
20 lines
507 B
Nix
{
|
|
name = "Gruvbox Material Light, Medium";
|
|
author = "Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)";
|
|
base00 = "FBF1C7";
|
|
base01 = "F2E5BC";
|
|
base02 = "D5C4A1";
|
|
base03 = "BDAE93";
|
|
base04 = "665C54";
|
|
base05 = "654735";
|
|
base06 = "3C3836";
|
|
base07 = "282828";
|
|
base08 = "C14A4A";
|
|
base09 = "C35E0A";
|
|
base0A = "B47109";
|
|
base0B = "6C782E";
|
|
base0C = "4C7A5D";
|
|
base0D = "45707A";
|
|
base0E = "945E80";
|
|
base0F = "E78A4E";
|
|
}
|