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;
regular6 = cyan;
regular7 = base05;
bright0 = base03;
bright0 = base04;
bright1 = regular1;
bright2 = regular2;
bright3 = regular3;
bright4 = regular4;
bright5 = regular5;
bright6 = regular6;
bright7 = base04;
bright7 = base05;
};
};
};

View file

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

View file

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