use lighter colors

This commit is contained in:
Jakub Trllo 2025-05-29 15:45:03 +02:00
parent 9327cf558a
commit ac04845a79
2 changed files with 4 additions and 4 deletions

View file

@ -846,14 +846,14 @@ ActionsView[mode="icon"]::item {
ActionsView[mode="icon"]::item:hover {
color: {color:font-hover};
background: #384350;
background: #424A57;
}
ActionsView[mode="icon"]::icon {}
ActionMenuPopup #Wrapper {
border-radius: 0.3em;
background: #14161A;
background: #353B46;
}
ActionMenuPopup ActionsView[mode="icon"] {
background: transparent;

View file

@ -55,7 +55,7 @@ class LauncherSettingsLabel(PixmapLabel):
def __init__(self, parent):
icon = self._get_settings_icon()
super().__init__(icon.pixmap(256, 256), parent)
super().__init__(icon.pixmap(64, 64), parent)
@classmethod
def _get_settings_icon(cls):
@ -563,7 +563,7 @@ class ActionDelegate(QtWidgets.QStyledItemDelegate):
"type": "material-symbols",
"name": "more_horiz",
})
base_pix = icon.pixmap(128, 128)
base_pix = icon.pixmap(64, 64)
cls._cached_extender_base_pix = base_pix
pix = base_pix.scaled(