dotfiles/config/themes/schemes/monokai/default.nix

14 lines
230 B
Nix
Raw Normal View History

2025-01-14 19:40:12 -06:00
{
colours = {
background = "2e2e2e";
comments = "797979";
white = "d6d6d6";
yellow = "e5b567";
green = "b4d273";
orange = "e87d3e";
purple = "9e86c8";
pink = "b05279";
blue = "6c99bb";
};
}