diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:35:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:35:22 +0300 |
commit | 848d757b0d801780253d34bf11ebd88c26254ff0 (patch) | |
tree | 478a5f02efdff332200eacf3f81739cb16195f63 /src/gui/theme.h | |
parent | b90b75b19839d8141cc682fe4b97532e706b16bd (diff) | |
download | plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.gz plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.bz2 plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.xz plus-848d757b0d801780253d34bf11ebd88c26254ff0.zip |
add background color for arrows bar.
New progress color: ARROWS.
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 84f7d2bb5..1a94bdb53 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -422,6 +422,7 @@ class Theme final : public Palette, public ConfigListener PROG_JOB, PROG_UPDATE, PROG_MONEY, + PROG_ARROWS, THEME_PROG_END }; |