diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-11-03 15:09:02 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-11-03 15:09:02 +0000 |
commit | 09b7d46a5f0b8d6e4364de75464b120d7c529ce1 (patch) | |
tree | e6babfb208d80e1feee67973e5efbef36e38dbd0 /resources/colors | |
parent | c028023fc91120a74d231695cdf36b356751479b (diff) | |
download | jitsi-09b7d46a5f0b8d6e4364de75464b120d7c529ce1.zip jitsi-09b7d46a5f0b8d6e4364de75464b120d7c529ce1.tar.gz jitsi-09b7d46a5f0b8d6e4364de75464b120d7c529ce1.tar.bz2 |
General group chat UI enhancements.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 2066753..bf17bea 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -134,10 +134,11 @@ contactListGroupRowColor=C2CEE0 contactListGroupGradientColor=C2CEE0 # Main window background color. + mainWindowBackground=FAFAFA -# Background color of the toolbar button when selected. -toolbarBackground=414141 +# Tooltip background color. +tooltipBackground=E8E9EF # Rollover color for the toolbar button. toolbarRolloverBackground=414141 @@ -146,7 +147,8 @@ toolbarRolloverBackground=414141 contactListContactForeground=000000 # Contactlist group text foreground color. + contactListGroupForeground=000000 # Tooltip background. -tooltipBackground=e8e9ef
\ No newline at end of file +tooltipBackground=e8e9ef |