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

@ -0,0 +1,20 @@
{
name = "Snazzy";
author = "Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)";
base00 = "282A36";
base01 = "34353E";
base02 = "43454F";
base03 = "78787E";
base04 = "A5A5A9";
base05 = "E2E4E5";
base06 = "EFF0EB";
base07 = "F1F1F0";
base08 = "FF5C57";
base09 = "FF9F43";
base0A = "F3F99D";
base0B = "5AF78E";
base0C = "9AEDFE";
base0D = "57C7FF";
base0E = "FF6AC1";
base0F = "B2643C";
}