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

@ -0,0 +1,20 @@
{
name = "Spacemacs";
author = "Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)";
base00 = "1F2022";
base01 = "282828";
base02 = "444155";
base03 = "585858";
base04 = "B8B8B8";
base05 = "A3A3A3";
base06 = "E8E8E8";
base07 = "F8F8F8";
base08 = "F2241F";
base09 = "FFA500";
base0A = "B1951D";
base0B = "67B11D";
base0C = "2D9574";
base0D = "4F97D7";
base0E = "A31DB1";
base0F = "B03060";
}