diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-09-08 19:20:41 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-09-08 19:20:41 +0000 |
commit | 3070baaf1ca7bcf747c4683df5532a71aa73768c (patch) | |
tree | c10ab02081671e35933786b5a226a5bc49806662 /resources/colors | |
parent | bd1f93701c44cc4a1c9e5f95e62570a21ec55d1a (diff) | |
download | jitsi-3070baaf1ca7bcf747c4683df5532a71aa73768c.zip jitsi-3070baaf1ca7bcf747c4683df5532a71aa73768c.tar.gz jitsi-3070baaf1ca7bcf747c4683df5532a71aa73768c.tar.bz2 |
- Revised status panel interface.
- Revised contact list interface.
- New chat rooms interface.
- Main tabbed pane removed.
- Revised call management in the GUI.
- Some more gui modifications.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 2ea740d..c184aac 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -116,10 +116,14 @@ mainMenuForeground=333333 chatMenuForeground=333333 # Logo bar background color -logoBarBackground=FFFFFF +logoBarBackground=FFFFFF # Main tool bar text foreground toolBarForeground=FFFFFF # Initial account registration protocol panel background. -accountRegistrationBackground=D1D4E1
\ No newline at end of file +accountRegistrationBackground=C2CEE0 + +contactListRowColor=e8e9ef + +contactListGroupRowColor=C2CEE0
\ No newline at end of file |