diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:43:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:43:45 +0300 |
commit | 0677e4c9777eaad3dacbd4079939c501fec6f58b (patch) | |
tree | a998ca0b0ae848c7dbc80f10c7e2ef712951726e /src/gui/theme.h | |
parent | 848d757b0d801780253d34bf11ebd88c26254ff0 (diff) | |
download | mv-0677e4c9777eaad3dacbd4079939c501fec6f58b.tar.gz mv-0677e4c9777eaad3dacbd4079939c501fec6f58b.tar.bz2 mv-0677e4c9777eaad3dacbd4079939c501fec6f58b.tar.xz mv-0677e4c9777eaad3dacbd4079939c501fec6f58b.zip |
Add text colors for arrows bar.
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 1a94bdb53..85062a3e7 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -408,6 +408,8 @@ class Theme final : public Palette, public ConfigListener WEIGHT_BAR_OUTLINE, MONEY_BAR, MONEY_BAR_OUTLINE, + ARROWS_BAR, + ARROWS_BAR_OUTLINE, THEME_COLORS_END }; |