diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-23 13:28:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-23 13:28:08 +0300 |
commit | 13a12fadaa3e3ae34e8718dc5bfe74621e07a7db (patch) | |
tree | 45915bf14fe272d83cab9fe8bdade0d87786b7cc /data/themes/pink | |
parent | f9c0a11f184444b82e678b9aea4b14d3982d5201 (diff) | |
download | plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.gz plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.bz2 plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.xz plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.zip |
Add missing black color into browserbox.
Diffstat (limited to 'data/themes/pink')
-rw-r--r-- | data/themes/pink/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index 1f2c4df38..a59dde18a 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -87,6 +87,7 @@ <color id="STATUSBAR_ON" color="#646464" /> <color id="STATUSBAR_OFF" color="#ffff00" /> + <color id="BLACK" color="#000000" /> <color id="RED" color="#ff0000" /> <color id="GREEN" color="#009000" /> <color id="BLUE" color="#0000ff" /> |