mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
414 B
Nix
20 lines
414 B
Nix
{
|
|
name = "Chalk";
|
|
author = "Chris Kempson (http://chriskempson.com)";
|
|
base00 = "151515";
|
|
base01 = "202020";
|
|
base02 = "303030";
|
|
base03 = "505050";
|
|
base04 = "B0B0B0";
|
|
base05 = "D0D0D0";
|
|
base06 = "E0E0E0";
|
|
base07 = "F5F5F5";
|
|
base08 = "FB9FB1";
|
|
base09 = "EDA987";
|
|
base0A = "DDB26F";
|
|
base0B = "ACC267";
|
|
base0C = "12CFC0";
|
|
base0D = "6FC2EF";
|
|
base0E = "E1A3EE";
|
|
base0F = "DEAF8F";
|
|
}
|