1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 17:37:46 +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/solarized-dark.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Solarized Dark";
author = "Ethan Schoonover (modified by aramisgithub)";
base00 = "002B36";
base01 = "073642";
base02 = "586E75";
base03 = "657B83";
base04 = "839496";
base05 = "93A1A1";
base06 = "EEE8D5";
base07 = "FDF6E3";
base08 = "DC322F";
base09 = "CB4B16";
base0A = "B58900";
base0B = "859900";
base0C = "2AA198";
base0D = "268BD2";
base0E = "6C71C4";
base0F = "D33682";
}