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

@ -0,0 +1,20 @@
{
name = "Framer";
author = "Framer (Maintained by Jesse Hoyos)";
base00 = "181818";
base01 = "151515";
base02 = "464646";
base03 = "747474";
base04 = "B9B9B9";
base05 = "D0D0D0";
base06 = "E8E8E8";
base07 = "EEEEEE";
base08 = "FD886B";
base09 = "FC4769";
base0A = "FECB6E";
base0B = "32CCDC";
base0C = "ACDDFD";
base0D = "20BCFC";
base0E = "BA8CFC";
base0F = "B15F4A";
}