trying catppuccin on alacritty

This commit is contained in:
Bryan Ramos 2023-06-11 18:56:48 -04:00
parent 361d36e0b3
commit ceda482e67
2 changed files with 68 additions and 21 deletions

View file

@ -14,30 +14,77 @@
colors = { colors = {
primary = { primary = {
background = "#0d1117"; background = "#0D1117";
foreground = "#b3b1ad"; foreground = "#CDD6F4";
};
cursor = {
text = "#1E1E2E";
cursor = "#F5E0DC";
};
search = {
matches = {
foreground = "#1E1E2E";
background = "#A6ADC8";
};
focused_match = {
foreground = "#1E1E2E";
background = "#A6E3A1";
};
footer_bar = {
foreground = "#1E1E2E";
background = "#A6ADC8";
};
};
hints = {
start = {
foreground = "#1E1E2E";
background = "#F9E2AF";
};
end = {
foreground = "#1E1E2E";
background = "#A6ADC8";
};
};
selection = {
text = "#1E1E2E";
background = "#F5E0DC";
}; };
normal = { normal = {
black = "#484f58"; black = "#45475A";
red = "#ff7b72"; red = "#F38BA8";
green = "#3fb950"; green = "#A6E3A1";
yellow = "#d29922"; yellow = "#F9E2AF";
blue = "#58a6ff"; blue = "#89B4FA";
magenta = "#bc8cff"; magenta = "#F5C2E7";
cyan = "#39c5cf"; cyan = "#94E2D5";
white = "#b1bac4"; white = "#BAC2DE";
}; };
bright = { bright = {
black = "#6e7681"; black = "#585B70";
red = "#ffa198"; red = "#F38BA8";
green = "#56d364"; green = "#A6E3A1";
yellow = "#e3b341"; yellow = "#F9E2AF";
blue = "#79c0ff"; blue = "#89B4FA";
magenta = "#d2a8ff"; magenta = "#F5C2E7";
cyan = "#56d4dd"; cyan = "#94E2D5";
white = "#f0f6fc"; white = "#A6ADC8";
};
dim = {
black = "#45475A";
red = "#F38BA8";
green = "#A6E3A1";
yellow = "#F9E2AF";
blue = "#89B4FA";
magenta = "#F5C2E7";
cyan = "#94E2D5";
white = "#BAC2DE";
}; };
}; };
@ -67,10 +114,10 @@
]; ];
}; };
size = 14; size = 16;
cursor = { cursor = {
color = "#ffffff"; color = "#F5E0DC";
style = { style = {
shape = "Block"; shape = "Block";
blinking = "Always"; blinking = "Always";

View file

@ -24,7 +24,7 @@ require("lazy").setup({
version = false, -- always use the latest git commit version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver -- version = "*", -- try installing the latest stable version for plugins that support semver
}, },
install = { colorscheme = { "tokyonight", "habamax" } }, install = { colorscheme = { "catppuccin" } },
checker = { enabled = true }, -- automatically check for plugin updates checker = { enabled = true }, -- automatically check for plugin updates
performance = { performance = {
rtp = { rtp = {