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 = "EDEDED";
|
|
background1 = "C4C4C4";
|
|
text0 = "1A2023";
|
|
text1 = "DEDEDE";
|
|
text2 = "D49335";
|
|
highlight0 = "458588";
|
|
highlight1 = "a89984";
|
|
highlight2 = "D49335";
|
|
accent = "961327";
|
|
selection = "EDC180";
|
|
};
|
|
}
|