mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
32 lines
668 B
Nix
32 lines
668 B
Nix
{
|
|
colours = {
|
|
blue0 = "1f212b";
|
|
blue1 = "495495";
|
|
blue2 = "614D85";
|
|
blue3 = "7059AB";
|
|
blue4 = "72f1b8";
|
|
blue5 = "03edf9";
|
|
blue6 = "09f7a0";
|
|
purple0 = "2a2139";
|
|
purple1 = "34294f66";
|
|
purple2 = "37294d99";
|
|
purple3 = "241b2f";
|
|
purple4 = "463465";
|
|
purple5 = "880088";
|
|
purple6 = "A148AB";
|
|
purple7 = "b893ce";
|
|
red0 = "fe4450";
|
|
red1 = "f97e72";
|
|
red2 = "ff7edb";
|
|
gray0 = "232530";
|
|
gray1 = "444251";
|
|
gray2 = "262335";
|
|
yellow0 = "fede5d";
|
|
yellow1 = "f3e70f";
|
|
gold0 = "D18616";
|
|
white0 = "ffffff";
|
|
white1 = "ffffff7c";
|
|
white2 = "ffffff59";
|
|
black0 = "08080f";
|
|
};
|
|
}
|