- added ability to control the color of the project items for the dark theme too

This commit is contained in:
Marius Stanciu
2022-04-14 17:59:32 +03:00
committed by Marius
parent f124ccf4df
commit 377d79d413
5 changed files with 99 additions and 35 deletions

View File

@@ -125,8 +125,13 @@ class AppDefaults:
"global_alt_sel_line": '#006E20BF',
"global_draw_color": '#FF000080',
"global_sel_draw_color": '#0000FF80',
"global_proj_item_color": '#000000FF',
"global_proj_item_dis_color": '#b7b7cbFF',
# 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_project_autohide": True,
# General App Settings