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