mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
14 lines
275 B
Nix
14 lines
275 B
Nix
{
|
|
colours = {
|
|
background0 = "242424";
|
|
background1 = "191919";
|
|
text0 = "faf2d6";
|
|
text1 = "bdae93";
|
|
text2 = "E0E0E0";
|
|
highlight0 = "640211";
|
|
highlight1 = "83a598";
|
|
highlight2 = "D49335";
|
|
accent = "f8c537";
|
|
selection = "f8c537";
|
|
};
|
|
}
|