mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
20 lines
406 B
Nix
20 lines
406 B
Nix
![]() |
{
|
||
|
colours = {
|
||
|
background = "011627";
|
||
|
foreground = "D6DEEB";
|
||
|
cursor = "80A4C2";
|
||
|
selection0 = "1D3B53";
|
||
|
selection1 = "7E57C25A";
|
||
|
highlight = "5F7E97";
|
||
|
comment = "637777";
|
||
|
constant = "FF6363";
|
||
|
numbers = "F78C6C";
|
||
|
keywords = "C792EA";
|
||
|
functions = "82AAFF";
|
||
|
strings = "ECC48DFF";
|
||
|
support = "ADDB67";
|
||
|
variables = "7FDBCA";
|
||
|
invalid = "FF2C83";
|
||
|
};
|
||
|
}
|