mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
45 lines
941 B
Nix
45 lines
941 B
Nix
![]() |
{
|
||
|
colours = {
|
||
|
blue0 = "000000";
|
||
|
blue1 = "17191e";
|
||
|
blue2 = "343841";
|
||
|
blue3 = "495f77";
|
||
|
blue4 = "004972b8";
|
||
|
blue5 = "00daef";
|
||
|
blue6 = "54b9ff";
|
||
|
blue7 = "54b9ff";
|
||
|
blue8 = "007acc";
|
||
|
blue9 = "2d4860";
|
||
|
purple0 = "17191e";
|
||
|
purple1 = "2a2d34";
|
||
|
purple2 = "4bf3c8";
|
||
|
purple3 = "ad5dca";
|
||
|
purple4 = "b2434300";
|
||
|
purple5 = "dc3657";
|
||
|
red0 = "dc3657";
|
||
|
red1 = "f4587e";
|
||
|
red2 = "ea5c0055";
|
||
|
red3 = "f06788";
|
||
|
red4 = "c74e39";
|
||
|
red5 = "ff8551";
|
||
|
green0 = "2d4860";
|
||
|
green1 = "23d18b";
|
||
|
green2 = "24c0cf";
|
||
|
yellow0 = "fbc23b";
|
||
|
yellow1 = "ee931e";
|
||
|
gray0 = "cccccc";
|
||
|
gray1 = "bfc1c9";
|
||
|
gray2 = "858b98";
|
||
|
gray3 = "80808059";
|
||
|
gray4 = "a9904000";
|
||
|
gray5 = "aeafad";
|
||
|
black0 = "000000";
|
||
|
black1 = "ffffff";
|
||
|
orange0 = "dc3657";
|
||
|
orange1 = "fbc23b";
|
||
|
white0 = "ffffff0b";
|
||
|
white1 = "ffffff25";
|
||
|
white2 = "ffffff1f";
|
||
|
};
|
||
|
}
|