mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
14 lines
230 B
Nix
14 lines
230 B
Nix
![]() |
{
|
||
|
colours = {
|
||
|
background = "2e2e2e";
|
||
|
comments = "797979";
|
||
|
white = "d6d6d6";
|
||
|
yellow = "e5b567";
|
||
|
green = "b4d273";
|
||
|
orange = "e87d3e";
|
||
|
purple = "9e86c8";
|
||
|
pink = "b05279";
|
||
|
blue = "6c99bb";
|
||
|
};
|
||
|
}
|