mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
15 lines
287 B
Nix
15 lines
287 B
Nix
{
|
|
colours = {
|
|
background0 = "193549";
|
|
background1 = "122738";
|
|
background2 = "15232d";
|
|
border = "122738";
|
|
hue0 = "003854";
|
|
hue1 = "003f5e";
|
|
hue2 = "267DA2";
|
|
contrast0 = "ffc600";
|
|
contrast1 = "ff9d00";
|
|
text = "E1EFFF";
|
|
blue = "0088ff";
|
|
};
|
|
}
|