mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
412 B
Nix
20 lines
412 B
Nix
{
|
|
name = "iA Light";
|
|
author = "iA Inc. (modified by aramisgithub)";
|
|
base00 = "F6F6F6";
|
|
base01 = "DEDEDE";
|
|
base02 = "BDE5F2";
|
|
base03 = "898989";
|
|
base04 = "767676";
|
|
base05 = "181818";
|
|
base06 = "E8E8E8";
|
|
base07 = "F8F8F8";
|
|
base08 = "9C5A02";
|
|
base09 = "C43E18";
|
|
base0A = "C48218";
|
|
base0B = "38781C";
|
|
base0C = "2D6BB1";
|
|
base0D = "48BAC2";
|
|
base0E = "A94598";
|
|
base0F = "8B6C37";
|
|
}
|