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