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

28 lines
785 B
Nix
Executable file

{
font = "";
colours = {
primary-background = "252b37";
primary-foreground = "a6accd";
search-matches-foreground = "1b1e28";
search-matches-background = "add7ff";
search-focused-match-foreground = "1b1e28";
search-focused-match-background = "add7ff";
selection-background = "303340";
normal-black = "252b37";
normal-red = "d0679d";
normal-green = "5de4c7";
normal-yellow = "fffac2";
normal-blue = "89ddff";
normal-magenta = "fae4fc";
normal-cyan = "add7ff";
normal-white = "ffffff";
bright-black = "a6accd";
bright-red = "d0679d";
bright-green = "5de4c7";
bright-yellow = "fffac2";
bright-blue = "add7ff";
bright-cyan = "89ddff";
bright-magenta = "fcc5e9";
bright-white = "ffffff";
};
}