mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
390 B
Nix
20 lines
390 B
Nix
{
|
|
name = "Primer Dark";
|
|
author = "Jimmy Lin";
|
|
base00 = "010409";
|
|
base01 = "21262D";
|
|
base02 = "30363D";
|
|
base03 = "484F58";
|
|
base04 = "8B949E";
|
|
base05 = "B1BAC4";
|
|
base06 = "C9D1D9";
|
|
base07 = "F0F6FC";
|
|
base08 = "FF7B72";
|
|
base09 = "F0883E";
|
|
base0A = "D29922";
|
|
base0B = "3FB950";
|
|
base0C = "A5D6FF";
|
|
base0D = "58A6FF";
|
|
base0E = "F778BA";
|
|
base0F = "BD561D";
|
|
}
|