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

@ -0,0 +1,20 @@
{
name = "Railscasts";
author = "Ryan Bates (http://railscasts.com)";
base00 = "2B2B2B";
base01 = "272935";
base02 = "3A4055";
base03 = "5A647E";
base04 = "D4CFC9";
base05 = "E6E1DC";
base06 = "F4F1ED";
base07 = "F9F7F3";
base08 = "DA4939";
base09 = "CC7833";
base0A = "FFC66D";
base0B = "A5C261";
base0C = "519F50";
base0D = "6D9CBE";
base0E = "B6B3EB";
base0F = "BC9458";
}