From ac04845a79fe0b6c49d2bcb26c0cfb795ef7652b Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Thu, 29 May 2025 15:45:03 +0200 Subject: [PATCH] use lighter colors --- client/ayon_core/style/style.css | 4 ++-- client/ayon_core/tools/launcher/ui/actions_widget.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/ayon_core/style/style.css b/client/ayon_core/style/style.css index e6009cf5a9..4ef903540e 100644 --- a/client/ayon_core/style/style.css +++ b/client/ayon_core/style/style.css @@ -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; diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 01e6d4a7d1..1097e7bfd0 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -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(