diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 17:22:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 17:22:06 +0300 |
commit | 9e34f49d48d6e07edd307888230d4d3e4f8ecfb3 (patch) | |
tree | 8367d709604894a514d0c796d3cc5cff350d4920 /src/gui/theme.h | |
parent | 0677e4c9777eaad3dacbd4079939c501fec6f58b (diff) | |
download | plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.gz plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.bz2 plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.xz plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.zip |
add background color for status (yellow) bar.
New progress color: STATUS.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 85062a3e7..95e8f84bc 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -425,6 +425,7 @@ class Theme final : public Palette, public ConfigListener PROG_UPDATE, PROG_MONEY, PROG_ARROWS, + PROG_STATUS, THEME_PROG_END }; |