Skip to content

Commit c8ebc79

Browse files
committed
ui_tk: add config params to customize progressbar appearances
1 parent 1360e19 commit c8ebc79

File tree

4 files changed

+144
-106
lines changed

4 files changed

+144
-106
lines changed

config.json

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232

3333
"ui_autoSetFormat": true,
3434

35+
"tk.progressbar.color.fill": "blue",
36+
"tk.progressbar.color.background": "gray",
37+
"tk.progressbar.color.text": "yellow",
38+
"tk.progressbar.font": "Sans",
39+
3540
"reverse_matchWord": true,
3641
"reverse_showRel": "Percent",
3742
"reverse_saveStep": 1000,

0 commit comments

Comments
 (0)