diff options
author | hristoterezov <hristo@jitsi.org> | 2013-12-04 20:11:59 +0200 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2013-12-04 20:11:59 +0200 |
commit | 94a9c9c9eec45907f5928005cb030a2475d4eae3 (patch) | |
tree | 4d951f79a8c312bde14ed183f5cc7ea316e087af /resources/colors | |
parent | 8b394760380381e7f41e1d11602881e1ca7b1e7b (diff) | |
download | jitsi-94a9c9c9eec45907f5928005cb030a2475d4eae3.zip jitsi-94a9c9c9eec45907f5928005cb030a2475d4eae3.tar.gz jitsi-94a9c9c9eec45907f5928005cb030a2475d4eae3.tar.bz2 |
Changes the background color for chat room contacts.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 134fa2a..2f76fbe 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -83,7 +83,7 @@ service.gui.TAB_TITLE_SELECTED=000000 service.gui.CALL_HISTORY_EVEN_ROW_COLOR=EFEFEF # Background color for even records in call history -service.gui.CHAT_ROOM_ROW_COLOR=bfd3d9 +service.gui.CHAT_ROOM_ROW_COLOR=f1f6fb # Selection color for all lists (contact list, call list, chat rooms list, etc.) service.gui.LIST_SELECTION_COLOR=9ae8fc |