1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 08:57:46 +00:00
ThemeNix/themes/grayscale-dark.nix

20 lines
430 B
Nix

{
name = "Grayscale Dark";
author = "Alexandre Gavioli (https://github.com/Alexx2/)";
base00 = "101010";
base01 = "252525";
base02 = "464646";
base03 = "525252";
base04 = "ABABAB";
base05 = "B9B9B9";
base06 = "E3E3E3";
base07 = "F7F7F7";
base08 = "7C7C7C";
base09 = "999999";
base0A = "A0A0A0";
base0B = "8E8E8E";
base0C = "868686";
base0D = "686868";
base0E = "747474";
base0F = "5E5E5E";
}