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.h | |
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.h')
-rw-r--r-- | src/gui/theme.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 259da1a66..79569808f 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -163,7 +163,8 @@ class Theme : public Palette, public ConfigListener int w, int h); enum ThemePalette { - TEXT = 0, + BROWSERBOX = 0, + TEXT, SHADOW, OUTLINE, BORDER, |