mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
391 B
Nix
20 lines
391 B
Nix
{
|
|
name = "Primer Light";
|
|
author = "Jimmy Lin";
|
|
base00 = "FAFBFC";
|
|
base01 = "E1E4E8";
|
|
base02 = "D1D5DA";
|
|
base03 = "959DA5";
|
|
base04 = "444D56";
|
|
base05 = "2F363D";
|
|
base06 = "24292E";
|
|
base07 = "1B1F23";
|
|
base08 = "D73A49";
|
|
base09 = "F66A0A";
|
|
base0A = "FFD33D";
|
|
base0B = "28A745";
|
|
base0C = "79B8FF";
|
|
base0D = "0366D6";
|
|
base0E = "EA4AAA";
|
|
base0F = "A04100";
|
|
}
|