mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
417 B
Nix
20 lines
417 B
Nix
{
|
|
name = "Google Dark";
|
|
author = "Seth Wright (http://sethawright.com)";
|
|
base00 = "1D1F21";
|
|
base01 = "282A2E";
|
|
base02 = "373B41";
|
|
base03 = "969896";
|
|
base04 = "B4B7B4";
|
|
base05 = "C5C8C6";
|
|
base06 = "E0E0E0";
|
|
base07 = "FFFFFF";
|
|
base08 = "CC342B";
|
|
base09 = "F96A38";
|
|
base0A = "FBA922";
|
|
base0B = "198844";
|
|
base0C = "3971ED";
|
|
base0D = "3971ED";
|
|
base0E = "A36AC7";
|
|
base0F = "3971ED";
|
|
}
|