1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 01:17: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/primer-light.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Primer Light";
author = "Jimmy Lin";
base00 = "FAFBFC";
base01 = "E1E4E8";
base02 = "D1D5DA";
base03 = "959DA5";
base04 = "444D56";
base05 = "2F363D";
base06 = "24292E";
base07 = "1B1F23";
base08 = "D73A49";
base09 = "F66A0A";
base0A = "FFD33D";
base0B = "28A745";
base0C = "79B8FF";
base0D = "0366D6";
base0E = "EA4AAA";
base0F = "A04100";
}