mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
4 lines
114 B
Python
4 lines
114 B
Python
from bauh.view.qt.colors import GREEN
|
|
|
|
PROGRESS_BAR = """QProgressBar::chunk { background-color: %s; }""" % GREEN
|