fuzzel: moved partially to new theme module

This commit is contained in:
Aly Raffauf 2024-05-04 20:55:37 -04:00
parent b6a9216780
commit 6b2bab0294

View file

@ -11,8 +11,8 @@
enable = true; enable = true;
settings = { settings = {
main = { main = {
font = "NotoSansMNerdFont-Regular"; font = "${config.alyraffauf.desktop.theme.terminalFont.name}-Regular";
icon-theme = "Papirus-Dark"; icon-theme = "${config.alyraffauf.desktop.theme.iconTheme.name}";
layer = "overlay"; layer = "overlay";
width = 36; width = 36;
lines = 3; lines = 3;
@ -20,12 +20,12 @@
}; };
border = {width = 2;}; border = {width = 2;};
colors = { colors = {
background = "#232634CC"; background = "${config.alyraffauf.desktop.theme.colors.background}CC";
selection = "#232634FF"; selection = "${config.alyraffauf.desktop.theme.colors.background}FF";
selection-match = "#e78284FF"; selection-match = "#e78284FF";
selection-text = "#f4b8e4FF"; selection-text = "#f4b8e4FF";
text = "#fafafaFF"; text = "${config.alyraffauf.desktop.theme.colors.text}FF";
border = "#ca9ee6aa"; border = "${config.alyraffauf.desktop.theme.colors.primary}AA";
}; };
}; };
}; };