mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
fuzzel: moved partially to new theme module
This commit is contained in:
parent
b6a9216780
commit
6b2bab0294
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue