Application wide updates for dark mode support including dark canvas option and better colors
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user