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

@ -0,0 +1,20 @@
{
name = "PhD";
author = "Hennig Hasemann (http://leetless.de/vim.html)";
base00 = "061229";
base01 = "2A3448";
base02 = "4D5666";
base03 = "717885";
base04 = "9A99A3";
base05 = "B8BBC2";
base06 = "DBDDE0";
base07 = "FFFFFF";
base08 = "D07346";
base09 = "F0A000";
base0A = "FBD461";
base0B = "99BF52";
base0C = "72B9BF";
base0D = "5299BF";
base0E = "9989CC";
base0F = "B08060";
}