From d5201b718cce9b7fe2363d9c0438c41e9802ae89 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 14 May 2021 17:32:27 +0200 Subject: [PATCH] modified color a little bit --- .../tools/project_manager/project_manager/style/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/tools/project_manager/project_manager/style/__init__.py b/openpype/tools/project_manager/project_manager/style/__init__.py index 6b9d708f76..f3b0e0f9c0 100644 --- a/openpype/tools/project_manager/project_manager/style/__init__.py +++ b/openpype/tools/project_manager/project_manager/style/__init__.py @@ -6,8 +6,8 @@ from avalon.vendor import qtawesome class ResourceCache: colors = { "standard": "#333333", - "warning": "#ff0000", - "new": "#00ff00" + "new": "#2d9a4c", + "warning": "#c83232" } icons = None