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

@ -0,0 +1,20 @@
{
name = "Brewer";
author = "Timothée Poisot (http://github.com/tpoisot)";
base00 = "0C0D0E";
base01 = "2E2F30";
base02 = "515253";
base03 = "737475";
base04 = "959697";
base05 = "B7B8B9";
base06 = "DADBDC";
base07 = "FCFDFE";
base08 = "E31A1C";
base09 = "E6550D";
base0A = "DCA060";
base0B = "31A354";
base0C = "80B1D3";
base0D = "3182BD";
base0E = "756BB1";
base0F = "B15928";
}