currents config

This commit is contained in:
2025-10-09 18:06:11 -06:00
parent 93cf3e672d
commit bb466db985
8 changed files with 77 additions and 8 deletions

View File

@@ -4,7 +4,6 @@
programs.alacritty = {
enable = true;
theme = "everforest_dark";
settings = {
font = {
italic = {
@@ -21,6 +20,36 @@
blur = true;
padding = {x=0;y=15;};
};
colors = {
primary = {
background = "#2b3339";
foreground = "#d3c6aa";
};
cursor = {
text = "#2b3339";
cursor = "#d3c6aa";
};
normal = {
black = "#323c41";
red = "#e67e80";
green = "#a7c080";
yellow = "#dbbc7f";
blue = "#7fbbb3";
magenta = "#d699b6";
cyan = "#83c092";
white = "#d3c6aa";
};
bright = {
black = "#445055";
red = "#e67e80";
green = "#a7c080";
yellow = "#dbbc7f";
blue = "#7fbbb3";
magenta = "#d699b6";
cyan = "#83c092";
white = "#9da9a0";
};
};
};
};
}