mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
20 lines
419 B
Nix
Executable file
20 lines
419 B
Nix
Executable file
{
|
|
font = "";
|
|
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";
|
|
};
|
|
}
|