diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 02:04:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 02:04:31 +0300 |
commit | 41044107cc0a17125ebd806c9934b6eb636dafe6 (patch) | |
tree | 41d5e18a0613d92dcb66cbfc1a6489347d2b0610 /src/gui/theme.cpp | |
parent | f0491bfa18dca7c206dd802760f9381fe42f8a52 (diff) | |
download | plus-41044107cc0a17125ebd806c9934b6eb636dafe6.tar.gz plus-41044107cc0a17125ebd806c9934b6eb636dafe6.tar.bz2 plus-41044107cc0a17125ebd806c9934b6eb636dafe6.tar.xz plus-41044107cc0a17125ebd806c9934b6eb636dafe6.zip |
Add browserbox own color.
Parameter "BROWSERBOX" in colors.xml
Also fix colors for some derived controls.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 93dfd17c3..a21c5a860 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -655,6 +655,7 @@ static int readColorType(const std::string &type) { static std::string colors[] = { + "BROWSERBOX", "TEXT", "SHADOW", "OUTLINE", |