1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00
ThemeNix/themes/colors.nix

20 lines
398 B
Nix

{
name = "Colors";
author = "mrmrs (http://clrs.cc)";
base00 = "111111";
base01 = "333333";
base02 = "555555";
base03 = "777777";
base04 = "999999";
base05 = "BBBBBB";
base06 = "DDDDDD";
base07 = "FFFFFF";
base08 = "FF4136";
base09 = "FF851B";
base0A = "FFDC00";
base0B = "2ECC40";
base0C = "7FDBFF";
base0D = "0074D9";
base0E = "B10DC9";
base0F = "85144B";
}