1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-30 01:47: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

20
themes/gruber.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Gruber";
author = "Patel; Nimai <nimai.m.patel@gmail.com>, colors from www.github.com/rexim/gruber-darker-theme",
base00 = "181818";
base01 = "453D41";
base02 = "484848";
base03 = "52494E";
base04 = "E4E4EF";
base05 = "F4F4FF";
base06 = "F5F5F5";
base07 = "E4E4EF";
base08 = "F43841";
base09 = "C73C3F";
base0A = "FFDD33";
base0B = "73C936";
base0C = "95A99F";
base0D = "96A6C8";
base0E = "9E95C7";
base0F = "CC8C3C";
}