Fix opacity of mako and fuzzel, actually 80% now

Change bright0 colour for foot from base03 -> base04 for better
contrast
This commit is contained in:
Evie Litherland-Smith 2024-05-29 14:07:33 +01:00
parent 52e0ee5c7e
commit 2af99c51d7
3 changed files with 13 additions and 13 deletions

View file

@ -32,14 +32,14 @@
regular5 = magenta; regular5 = magenta;
regular6 = cyan; regular6 = cyan;
regular7 = base05; regular7 = base05;
bright0 = base03; bright0 = base04;
bright1 = regular1; bright1 = regular1;
bright2 = regular2; bright2 = regular2;
bright3 = regular3; bright3 = regular3;
bright4 = regular4; bright4 = regular4;
bright5 = regular5; bright5 = regular5;
bright6 = regular6; bright6 = regular6;
bright7 = base04; bright7 = base05;
}; };
}; };
}; };

View file

@ -28,13 +28,13 @@
layer = "overlay"; layer = "overlay";
}; };
colors = with config.scheme; { colors = with config.scheme; {
background = "${base00}50"; # 80% Opacity background = "${base00}cc"; # 80% Opacity
text = "${base05}FF"; text = "${base05}ff";
match = "${red}FF"; match = "${red}ff";
selection = "${base01}FF"; selection = "${base01}ff";
selection-text = "${base05}FF"; selection-text = "${base05}ff";
selection-match = "${red}FF"; selection-match = "${red}ff";
border = "${config.scheme.${accentColour}}FF"; border = "${config.scheme.${accentColour}}ff";
}; };
border = { border = {
width = 1; width = 1;

View file

@ -13,10 +13,10 @@
maxVisible = 10; maxVisible = 10;
icons = true; icons = true;
iconPath = with config.gtk.iconTheme; "${package}/share/icons/${name}"; iconPath = with config.gtk.iconTheme; "${package}/share/icons/${name}";
textColor = "${base05}FF"; textColor = "${base05}ff";
progressColor = "over ${red}FF"; progressColor = "over ${red}ff";
backgroundColor = "${base00}50"; backgroundColor = "${base00}cc";
borderColor = "${config.scheme.withHashtag.${accentColour}}FF"; borderColor = "${config.scheme.withHashtag.${accentColour}}ff";
borderRadius = 10; borderRadius = 10;
borderSize = 1; borderSize = 1;
defaultTimeout = 0; defaultTimeout = 0;