aboutsummaryrefslogtreecommitdiffstats
path: root/resources/colors
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2008-11-14 14:09:45 +0000
committerYana Stamcheva <yana@jitsi.org>2008-11-14 14:09:45 +0000
commitdb8a5214ef4961dd67935f8ca5ba34565a3c955c (patch)
tree2a7ed6dbeadc40cb7d4af78c3ae5fec088baf931 /resources/colors
parent20d2357b1b55f3f667710cdcb02c0197b91d348b (diff)
downloadjitsi-db8a5214ef4961dd67935f8ca5ba34565a3c955c.zip
jitsi-db8a5214ef4961dd67935f8ca5ba34565a3c955c.tar.gz
jitsi-db8a5214ef4961dd67935f8ca5ba34565a3c955c.tar.bz2
- Fix background color problems on Linux (Reported by Vincent Lucas).
- Add property to make the background decorations removable.
Diffstat (limited to 'resources/colors')
-rw-r--r--resources/colors/colors.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties
index 20601aa..fb40c55 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=0575ce
+desktopBackgroundColor=FAFAFA
# Text color for all texts.
textColor=333333
@@ -154,9 +154,13 @@ contactListGroupForeground=000000
tooltipBackground=e8e9ef
+# The background color of all windows and dialogs.
+mainBackground=0575ce
+
+# The start color of the gradient painted to all windows.
mainBackgroundStartColor=4a9bdb
-#mainBackgroundStartColor=0575ce
+# The end color of the gradient painted to all windows.
mainBackgroundEndColor=e1f0fd
actionPanelBgStartColor=474747