currents config
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user