Skip to content

Commit

Permalink
update GUI theme
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Jan 9, 2024
1 parent 13c40c4 commit a45a75b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
LOG_LEVEL = logging.WARNING
LOGOS_BLUE = '#0082FF'
LOGOS_GRAY = '#E7E7E7'
LOGOS_WHITE = '#F7F7F7'
# LOGOS_WHITE = '#F7F7F7'
LOGOS_WHITE = '#FCFCFC'
VERBUM_PATH = None
WINE64_APPIMAGE_FILENAME = os.path.basename(WINE64_APPIMAGE_FULL_URL).split(".AppImage")[0]
WINE64_APPIMAGE_FULL_VERSION = "v8.19-devel"
Expand Down
2 changes: 1 addition & 1 deletion gui_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, *args, **kwargs):
for w in fg_widgets:
self.style.configure(w, background=config.LOGOS_GRAY)
self.style.configure(
'Horizontal.TProgressbar', thickness=5, background=config.LOGOS_BLUE,
'Horizontal.TProgressbar', thickness=10, background=config.LOGOS_BLUE,
bordercolor=config.LOGOS_GRAY, troughcolor=config.LOGOS_GRAY
)

Expand Down

0 comments on commit a45a75b

Please sign in to comment.