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/one-light.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "One Light";
author = "Daniel Pfeifer (http://github.com/purpleKarrot)";
base00 = "FAFAFA";
base01 = "F0F0F1";
base02 = "E5E5E6";
base03 = "A0A1A7";
base04 = "696C77";
base05 = "383A42";
base06 = "202227";
base07 = "090A0B";
base08 = "CA1243";
base09 = "D75F00";
base0A = "C18401";
base0B = "50A14F";
base0C = "0184BC";
base0D = "4078F2";
base0E = "A626A4";
base0F = "986801";
}