summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-23 13:28:08 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-23 13:28:08 +0300
commit13a12fadaa3e3ae34e8718dc5bfe74621e07a7db (patch)
tree45915bf14fe272d83cab9fe8bdade0d87786b7cc /src/gui/theme.h
parentf9c0a11f184444b82e678b9aea4b14d3982d5201 (diff)
downloadplus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.gz
plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.bz2
plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.xz
plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.zip
Add missing black color into browserbox.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 3a56cfcfb..909fbca78 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -365,6 +365,8 @@ class Theme final : public Palette, public ConfigListener
BUBBLE_NAME_OUTLINE,
BUBBLE_TEXT,
BUBBLE_TEXT_OUTLINE,
+ BLACK,
+ BLACK_OUTLINE,
RED,
RED_OUTLINE,
GREEN,