mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
420 B
Nix
20 lines
420 B
Nix
{
|
|
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";
|
|
}
|