diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-11-13 16:26:31 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-11-13 16:26:31 +0000 |
commit | a42efbc21e10144a792d49d5feffb0f86319775e (patch) | |
tree | 0887dc45ef19d9fcadb9cb5851cf91ba2c48a12a /resources/colors | |
parent | 42823163848e9299e0b5b3df101ac359346fbdcc (diff) | |
download | jitsi-a42efbc21e10144a792d49d5feffb0f86319775e.zip jitsi-a42efbc21e10144a792d49d5feffb0f86319775e.tar.gz jitsi-a42efbc21e10144a792d49d5feffb0f86319775e.tar.bz2 |
Updated icons and color properties.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index bf17bea..20601aa 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -57,7 +57,7 @@ tabbedPaneBorderHighlight=96A9C6 primaryControlShadow=96A9C6 # Background color for all windows. -desktopBackgroundColor=FAFAFA +desktopBackgroundColor=0575ce # Text color for all texts. textColor=333333 @@ -83,7 +83,7 @@ historyIncomingCallBackground=F9FFC5 historyOutgoingCallBackground=F3F4F7 # Selection color for all lists (contact list, call list, chat rooms list, etc.) -listSelectionColor=D1D4E1 +listSelectionColor=add2ef # Selection border color of all lists (contact list, call list, chat rooms list, etc.) listSelectionBorderColor=8EA0BC @@ -125,17 +125,17 @@ toolBarForeground=FFFFFF accountRegistrationBackground=C2CEE0 # Contact list contact row color. -contactListRowColor=e8e9ef +contactListRowColor=add2ef # Contact list group row background color. -contactListGroupRowColor=C2CEE0 +contactListGroupRowColor=d3d3d3 # Contact list gradient group color. -contactListGroupGradientColor=C2CEE0 +contactListGroupGradientColor=FFFFFF # Main window background color. -mainWindowBackground=FAFAFA +mainWindowBackground=FFFFFF # Tooltip background color. tooltipBackground=E8E9EF @@ -151,4 +151,14 @@ contactListContactForeground=000000 contactListGroupForeground=000000 # Tooltip background. + tooltipBackground=e8e9ef + +mainBackgroundStartColor=4a9bdb +#mainBackgroundStartColor=0575ce + +mainBackgroundEndColor=e1f0fd + +actionPanelBgStartColor=474747 + +actionPanelBgEndColor=999999 |