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

@ -0,0 +1,20 @@
{
name = "Material";
author = "Nate Peterson";
base00 = "263238";
base01 = "2E3C43";
base02 = "314549";
base03 = "546E7A";
base04 = "B2CCD6";
base05 = "EEFFFF";
base06 = "EEFFFF";
base07 = "FFFFFF";
base08 = "F07178";
base09 = "F78C6C";
base0A = "FFCB6B";
base0B = "C3E88D";
base0C = "89DDFF";
base0D = "82AAFF";
base0E = "C792EA";
base0F = "FF5370";
}