mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-30 01:47:45 +00:00
20 lines
425 B
Nix
20 lines
425 B
Nix
{
|
|
name = "ShadeSmear Light";
|
|
author = "Kyle Giammarco (http://kyle.giammar.co)";
|
|
base00 = "DBDBDB";
|
|
base01 = "E4E4E4";
|
|
base02 = "C0C0C0";
|
|
base03 = "4E4E4E";
|
|
base04 = "1C1C1C";
|
|
base05 = "232323";
|
|
base06 = "1C1C1C";
|
|
base07 = "E4E4E4";
|
|
base08 = "CC5450";
|
|
base09 = "A64270";
|
|
base0A = "307878";
|
|
base0B = "71983B";
|
|
base0C = "C57D42";
|
|
base0D = "376388";
|
|
base0E = "D7AB54";
|
|
base0F = "6D6D6D";
|
|
}
|