mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
15 lines
279 B
Nix
15 lines
279 B
Nix
![]() |
{
|
||
|
colours = {
|
||
|
keywords = "40b4c4";
|
||
|
functions = "eb64B9";
|
||
|
strings = "b4dce7";
|
||
|
numbers = "b381c5";
|
||
|
operators = "74dfc4";
|
||
|
comments = "91889b";
|
||
|
punctuation = "7b6995";
|
||
|
builtins = "ffe261";
|
||
|
variables = "ffffff";
|
||
|
background = "27212e";
|
||
|
};
|
||
|
}
|