diff options
author | Yana Stamcheva <yana@jitsi.org> | 2009-04-03 13:10:37 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2009-04-03 13:10:37 +0000 |
commit | 654d1fb56b183c53c19423d821e1492973b0a753 (patch) | |
tree | daca886e2f8ebf9974ace7038fa6c364f0e5a8e2 /resources/colors | |
parent | 5fdbc090d64604033b770c62f26ae0526a483239 (diff) | |
download | jitsi-654d1fb56b183c53c19423d821e1492973b0a753.zip jitsi-654d1fb56b183c53c19423d821e1492973b0a753.tar.gz jitsi-654d1fb56b183c53c19423d821e1492973b0a753.tar.bz2 |
Addressing issue #632 Visual clues in chat windows about unread messages.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index e15d994..3da275c 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -69,7 +69,7 @@ service.gui.INACTIVE_TEXT=999999 service.gui.MENU_DISABLED_FOREGROUND=999999 # Color used in tab title for non read incoming messages. -service.gui.TAB_TITLE_HIGHLIGHT=F9750A +service.gui.TAB_TITLE_HIGHLIGHT=DE4900 # Tab default text color. service.gui.TAB_TITLE=474747 @@ -98,7 +98,7 @@ service.gui.GRADIENT_DARK_COLOR=E6E6E6 service.gui.GRADIENT_LIGHT_COLOR=FFFFFF # Used for some custom borders, like the border in the chat window. -service.gui.BORDER_COLOR=929292 +service.gui.BORDER_COLOR=8EA0BC # Splash screen text color. service.gui.SPLASH_SCREEN_TEXT_COLOR=333333 |