PySimpleGUI27 version of Read changes, NEW Demo - psutil dashboard

This commit is contained in:
MikeTheWatchGuy 2018-10-27 00:13:56 -04:00
parent 4b7c9e07cf
commit 1b5cfcad73
3 changed files with 250 additions and 27 deletions

View file

@ -5402,7 +5402,10 @@ LOOK_AND_FEEL_TABLE = {'SystemDefault':
'BUTTON': ('#E7C855', '#284B5A'),
'PROGRESS': DEFAULT_PROGRESS_BAR_COLOR,
'BORDER': 1, 'SLIDER_DEPTH': 0,
'PROGRESS_DEPTH': 0},
'PROGRESS_DEPTH': 0,
'ACCENT1': '#c15226',
'ACCENT2': '#7a4d5f',
'ACCENT3': '#889743'},
'GreenTan': {'BACKGROUND': '#9FB8AD',
'TEXT': COLOR_SYSTEM_DEFAULT,