mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
19 lines
365 B
Nix
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";
|
|
};
|
|
}
|