mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
Merge branch 'main' of github.com:tsbarnes/Colloid-gtk-theme
This commit is contained in:
@@ -628,7 +628,7 @@ install_theme() {
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
if (which xfce4-popup-whiskermenu 2> /dev/null); then
|
if (command -v xfce4-popup-whiskermenu &> /dev/null) && $(sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc" &> /dev/null); then
|
||||||
sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
|
sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -15,17 +15,24 @@
|
|||||||
.xfce4-panel.background {
|
.xfce4-panel.background {
|
||||||
border: none; // Sadly the border is hard-coded
|
border: none; // Sadly the border is hard-coded
|
||||||
background-color: $panel;
|
background-color: $panel;
|
||||||
color: on($panel, secondary);
|
color: $panel-text-secondary;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@extend %button-flat;
|
@extend %button-flat;
|
||||||
@extend %button-on-dark;
|
|
||||||
|
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
padding: 0 $space-size;
|
padding: 0 $space-size;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
color: $panel-text-secondary;
|
||||||
|
|
||||||
|
&:hover, &:active, &:checked {
|
||||||
|
color: $panel-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
color: $panel-text-secondary-disabled;
|
||||||
|
}
|
||||||
|
|
||||||
&.flat.toggle {
|
&.flat.toggle {
|
||||||
padding: 0 $space-size;
|
padding: 0 $space-size;
|
||||||
|
Reference in New Issue
Block a user