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

@ -0,0 +1,20 @@
{
name = "Flat";
author = "Chris Kempson (http://chriskempson.com)";
base00 = "2C3E50";
base01 = "34495E";
base02 = "7F8C8D";
base03 = "95A5A6";
base04 = "BDC3C7";
base05 = "E0E0E0";
base06 = "F5F5F5";
base07 = "ECF0F1";
base08 = "E74C3C";
base09 = "E67E22";
base0A = "F1C40F";
base0B = "2ECC71";
base0C = "1ABC9C";
base0D = "3498DB";
base0E = "9B59B6";
base0F = "BE643C";
}