dotfiles/config/themes/schemes/tokyo-night/storm/default.nix

23 lines
461 B
Nix
Raw Normal View History

2025-01-14 16:17:42 -06:00
{
2025-01-16 15:17:25 -06:00
font = "";
2025-01-14 16:17:42 -06:00
colours = {
2025-01-14 19:40:12 -06:00
keyword = "f7768e";
integer = "ff9e64";
parameter0 = "e0af68";
parameter1 = "cfc9c2";
string0 = "9ece6a";
property = "73daca";
string1 = "b4f9f8";
builtin = "2ac3de";
object = "7dcfff";
function = "7aa2f7";
control = "bb9af7";
variable = "c0caf5";
markdown = "9aa5ce";
comments = "565f89";
terminal = "414868";
foreground = "a9b1d6";
background = "24283b";
2025-01-14 16:17:42 -06:00
};
}