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.cpp | |
parent | 848d757b0d801780253d34bf11ebd88c26254ff0 (diff) | |
download | plus-0677e4c9777eaad3dacbd4079939c501fec6f58b.tar.gz plus-0677e4c9777eaad3dacbd4079939c501fec6f58b.tar.bz2 plus-0677e4c9777eaad3dacbd4079939c501fec6f58b.tar.xz plus-0677e4c9777eaad3dacbd4079939c501fec6f58b.zip |
Add text colors for arrows bar.
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index ff2d66c67..816fdcaa5 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -964,7 +964,9 @@ static int readColorType(const std::string &type) "WEIGHT_BAR", "WEIGHT_BAR_OUTLINE", "MONEY_BAR", - "MONEY_BAR_OUTLINE" + "MONEY_BAR_OUTLINE", + "ARROWS_BAR", + "ARROWS_BAR_OUTLINE" }; if (type.empty()) |