nix-dotfiles/themes/ayu-mirage.nix
2022-09-30 12:02:41 +02:00

27 lines
516 B
Nix

{
primary = {
background = "#1f2430";
foreground = "#cbccc6";
bright_foreground = "#f28779";
};
normal = {
black = "#212733";
red = "#f08778";
green = "#53bf97";
yellow = "#fdcc60";
blue = "#60b8d6";
magenta = "#ec7171";
cyan = "#98e6ca";
white = "#fafafa";
};
bright = {
black = "#686868";
red = "#f58c7d";
green = "#58c49c";
yellow = "#ffd165";
blue = "#65bddb";
magenta = "#f17676";
cyan = "#9debcf";
white = "#ffffff";
};
}