mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
426 B
Nix
20 lines
426 B
Nix
{
|
|
name = "One Light";
|
|
author = "Daniel Pfeifer (http://github.com/purpleKarrot)";
|
|
base00 = "FAFAFA";
|
|
base01 = "F0F0F1";
|
|
base02 = "E5E5E6";
|
|
base03 = "A0A1A7";
|
|
base04 = "696C77";
|
|
base05 = "383A42";
|
|
base06 = "202227";
|
|
base07 = "090A0B";
|
|
base08 = "CA1243";
|
|
base09 = "D75F00";
|
|
base0A = "C18401";
|
|
base0B = "50A14F";
|
|
base0C = "0184BC";
|
|
base0D = "4078F2";
|
|
base0E = "A626A4";
|
|
base0F = "986801";
|
|
}
|