[Alacritty] Removes config. [rofi] Some more config

This commit is contained in:
2025-03-26 10:23:18 -07:00
parent 415d1e11a9
commit 0ddb2989b4
4 changed files with 14 additions and 60 deletions

View File

@@ -39,61 +39,4 @@
home.shellAliases = {
"imgcat" = "wezterm imgcat";
};
programs.alacritty = {
enable = true;
settings = {
window = {
blur = true;
opacity = 0.85;
};
font = {
normal = {
family = "FiraCode Nerd Font";
style = "Regular";
};
size = 13;
};
selection.save_to_clipboard = true;
colors = {
## Decay theme
# Eye Friendly Colors
# Created by https://github.com/decaycs
bright = {
black = "#384148";
blue = "#8cc1ff";
cyan = "#90daff";
green = "#94f7c5";
magenta = "#e2a6ff";
red = "#fc7b81";
white = "#fafdff";
yellow = "#ffeba6";
};
cursor = {
cursor = "#f5f5f5";
text = "CellForeground";
};
normal = {
black = "#1c252c";
blue = "#70a5eb";
cyan = "#74bee9";
green = "#78dba9";
magenta = "#c68aee";
red = "#e05f65";
white = "#dee1e6";
yellow = "#f1cf8a";
};
primary = {
background = "#171a1f";
foreground = "#b6beca";
};
};
};
};
}