1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 09:27:45 +00:00

Add project

This commit is contained in:
RGBCube 2023-11-26 18:42:35 +03:00
parent 9698f044be
commit 983157e8ee
No known key found for this signature in database
253 changed files with 5335 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
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";
}