mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 11:05:13 -05:00
20 lines
378 B
Nix
Executable file
20 lines
378 B
Nix
Executable file
{
|
|
font = "";
|
|
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";
|
|
};
|
|
}
|