dotfiles/config/themes/schemes/rosepine/dawn/default.nix
2025-01-14 16:17:42 -06:00

19 lines
365 B
Nix

{
colours = {
base = "faf4ed";
surface = "fffaf3";
overlay = "f2e9e1";
muted = "9893a5";
subtle = "797593";
text = "575279";
love = "b4637a";
gold = "ea9d34";
rose = "d7827e";
pine = "286983";
foam = "56949f";
iris = "907aa9";
highlight0 = "f4ede8";
highlight1 = "dfdad9";
highlight2 = "cecacd";
};
}