hyprland: drop hardcoded fuzzel colors — stylix owns them now
Phase 1 of the stylix migration enabled targets.fuzzel.enable, which defines programs.fuzzel.settings.colors. Our hand-picked dark colors collided with stylix's wallpaper-derived ones. Remove ours so stylix's take effect. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
90c9d16d62
commit
783d32264e
1 changed files with 1 additions and 13 deletions
|
|
@ -272,6 +272,7 @@
|
||||||
programs.fuzzel = {
|
programs.fuzzel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
# Colors now come from stylix.targets.fuzzel.
|
||||||
main = {
|
main = {
|
||||||
font = "FiraMono Nerd Font:size=12";
|
font = "FiraMono Nerd Font:size=12";
|
||||||
lines = 8;
|
lines = 8;
|
||||||
|
|
@ -283,19 +284,6 @@
|
||||||
terminal = "ghostty";
|
terminal = "ghostty";
|
||||||
prompt = "\" \"";
|
prompt = "\" \"";
|
||||||
};
|
};
|
||||||
colors = {
|
|
||||||
background = "141414e6";
|
|
||||||
text = "e8e8e8ff";
|
|
||||||
match = "ffffffff";
|
|
||||||
selection = "ffffff14";
|
|
||||||
selection-text = "ffffffff";
|
|
||||||
selection-match = "ffffffff";
|
|
||||||
border = "ffffff20";
|
|
||||||
input = "ffffffff";
|
|
||||||
prompt = "9a9a9aff";
|
|
||||||
placeholder = "6e6e6eff";
|
|
||||||
counter = "6e6e6eff";
|
|
||||||
};
|
|
||||||
border = {
|
border = {
|
||||||
width = 1;
|
width = 1;
|
||||||
radius = 10;
|
radius = 10;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue