47 lines
596 B
Nix
47 lines
596 B
Nix
{
|
|
base = {
|
|
hex = "#191724";
|
|
};
|
|
surface = {
|
|
hex = "#1f1d2e";
|
|
};
|
|
overlay = {
|
|
hex = "#26233a";
|
|
};
|
|
muted = {
|
|
hex = "#6e6a86";
|
|
};
|
|
subtle = {
|
|
hex = "#908caa";
|
|
};
|
|
text = {
|
|
hex = "#e0def4";
|
|
};
|
|
love = {
|
|
hex = "#eb6f92";
|
|
};
|
|
gold = {
|
|
hex = "#f6c177";
|
|
};
|
|
rose = {
|
|
hex = "#ebbcba";
|
|
};
|
|
pine = {
|
|
hex = "#31748f";
|
|
};
|
|
foam = {
|
|
hex = "#9ccfd8";
|
|
};
|
|
iris = {
|
|
hex = "#c4a7e7";
|
|
};
|
|
highlight-low = {
|
|
hex = "#21202e";
|
|
};
|
|
highlight-med = {
|
|
hex = "#403d52";
|
|
};
|
|
highlight-high = {
|
|
hex = "#524f67";
|
|
};
|
|
}
|