base16-nix/colors/base16-kimber.nix
2024-01-25 20:30:39 -07:00

19 lines
356 B
Nix

{
base00 = "#222222";
base01 = "#313131";
base02 = "#555d55";
base03 = "#644646";
base04 = "#5a5a5a";
base05 = "#dedee7";
base06 = "#c3c3b4";
base07 = "#ffffe6";
base08 = "#c88c8c";
base09 = "#476c88";
base0A = "#d8b56d";
base0B = "#99c899";
base0C = "#78b4b4";
base0D = "#537c9c";
base0E = "#86cacd";
base0F = "#704f4f";
}