Application wide updates for dark mode support including dark canvas option and better colors

This commit is contained in:
Ali Khalil
2022-04-17 22:41:02 +03:00
parent adad500f15
commit 5cc869c1fd
93 changed files with 690 additions and 567 deletions

View File

@@ -113,6 +113,7 @@ class AppDefaults:
# General GUI Preferences
"global_appearance": 'auto',
"global_dark_canvas": True,
"global_layout": "compact",
"global_hover_shape": False,
@@ -128,8 +129,8 @@ class AppDefaults:
# Project Items colors
"global_proj_item_color_light": '#000000FF',
"global_proj_item_dis_color_light": '#b7b7cbFF',
"global_proj_item_color_dark": '#4385C8FF',
"global_proj_item_dis_color_dark": '#61616CFF',
"global_proj_item_color_dark": '#F2F2F2FF',
"global_proj_item_dis_color_dark": '#a6a6a6ff',
"global_project_autohide": True,