mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use lighter colors
This commit is contained in:
parent
9327cf558a
commit
ac04845a79
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue