mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
431 B
Nix
20 lines
431 B
Nix
{
|
|
name = "Grayscale Light";
|
|
author = "Alexandre Gavioli (https://github.com/Alexx2/)";
|
|
base00 = "F7F7F7";
|
|
base01 = "E3E3E3";
|
|
base02 = "B9B9B9";
|
|
base03 = "ABABAB";
|
|
base04 = "525252";
|
|
base05 = "464646";
|
|
base06 = "252525";
|
|
base07 = "101010";
|
|
base08 = "7C7C7C";
|
|
base09 = "999999";
|
|
base0A = "A0A0A0";
|
|
base0B = "8E8E8E";
|
|
base0C = "868686";
|
|
base0D = "686868";
|
|
base0E = "747474";
|
|
base0F = "5E5E5E";
|
|
}
|