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

@ -0,0 +1,20 @@
{
name = "Eighties";
author = "Chris Kempson (http://chriskempson.com)";
base00 = "2D2D2D";
base01 = "393939";
base02 = "515151";
base03 = "747369";
base04 = "A09F93";
base05 = "D3D0C8";
base06 = "E8E6DF";
base07 = "F2F0EC";
base08 = "F2777A";
base09 = "F99157";
base0A = "FFCC66";
base0B = "99CC99";
base0C = "66CCCC";
base0D = "6699CC";
base0E = "CC99CC";
base0F = "D27B53";
}