This commit is contained in:
iofq 2024-08-10 02:17:24 -05:00
parent a897205c77
commit 0d9458d7cf
10 changed files with 112 additions and 110 deletions

View file

@ -27,31 +27,46 @@ _: {
style = "Block";
unfocused_hollow = true;
};
# https://github.com/EdenEast/nightfox.nvim/blob/main/extra/terafox/alacritty.toml
colors = {
draw_bold_text_with_bright_colors = true;
primary = {
background = "#090410";
foreground = "#bababd";
background = "#152528";
foreground = "#e6eaea";
};
cursor = {
text = "#e6eaea";
cursor = "#cbd9d8";
};
normal = {
black = "#090410";
red = "#b02f30";
green = "#037538";
yellow = "#c59820";
blue = "#2e528c";
magenta = "#764783";
cyan = "#277c8a";
white = "#bababd";
black = "#2f3239";
red = "#e85c51";
green = "#7aa4a1";
yellow = "#fda47f";
blue = "#5a93aa";
magenta = "#ad5c7c";
cyan = "#a1cdd8";
white = "#ebebeb";
};
bright = {
black = "#95A5A6";
red = "#b02f30";
green = "#00853e";
yellow = "#c59820";
blue = "#2e528c";
magenta = "#764783";
cyan = "#277c8a";
white = "#ECF0F1";
black = "#4e5157";
red = "#eb746b";
green = "#8eb2af";
yellow = "#fdb292";
blue = "#73a3b7";
magenta = "#b97490";
cyan = "#afd4de";
white = "#eeeeee";
};
dim = {
black = "#282a30";
red = "#c54e45";
green = "#688b89";
yellow = "#d78b6c";
blue = "#4d7d90";
magenta = "#934e69";
cyan = "#89aeb8";
white = "#c8c8c8";
};
vi_mode_cursor = {
text = "CellBackground";