dotfiles/config/themes/schemes/night-owl/default.nix
2025-01-16 15:17:25 -06:00

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";
};
}