mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
427 B
Nix
20 lines
427 B
Nix
{
|
|
name = "Solarized Dark";
|
|
author = "Ethan Schoonover (modified by aramisgithub)";
|
|
base00 = "002B36";
|
|
base01 = "073642";
|
|
base02 = "586E75";
|
|
base03 = "657B83";
|
|
base04 = "839496";
|
|
base05 = "93A1A1";
|
|
base06 = "EEE8D5";
|
|
base07 = "FDF6E3";
|
|
base08 = "DC322F";
|
|
base09 = "CB4B16";
|
|
base0A = "B58900";
|
|
base0B = "859900";
|
|
base0C = "2AA198";
|
|
base0D = "268BD2";
|
|
base0E = "6C71C4";
|
|
base0F = "D33682";
|
|
}
|