1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 01:17:45 +00:00
ThemeNix/themes/equilibrium-gray-light.nix

20 lines
404 B
Nix

{
name = "Equilibrium Gray Light";
author = "Carlo Abelli";
base00 = "F1F1F1";
base01 = "E2E2E2";
base02 = "D4D4D4";
base03 = "777777";
base04 = "5E5E5E";
base05 = "474747";
base06 = "303030";
base07 = "1B1B1B";
base08 = "D02023";
base09 = "BF3E05";
base0A = "9D6F00";
base0B = "637200";
base0C = "007A72";
base0D = "0073B5";
base0E = "4E66B6";
base0F = "C42775";
}