diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-02-15 14:57:37 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-02-15 14:57:37 +0000 |
commit | 14caa567750247e4afc820e951e7362d62212ba3 (patch) | |
tree | ff172cec2b796ea23fb4845642a05a7e03ae7e2f /resources/colors | |
parent | 9589de8f30d8662de1a8dba8855bce9683899282 (diff) | |
download | jitsi-14caa567750247e4afc820e951e7362d62212ba3.zip jitsi-14caa567750247e4afc820e951e7362d62212ba3.tar.gz jitsi-14caa567750247e4afc820e951e7362d62212ba3.tar.bz2 |
Some more flexibility added to the GUI.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colorResources.properties | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/resources/colors/colorResources.properties b/resources/colors/colorResources.properties index 5e60750..9137eeb 100644 --- a/resources/colors/colorResources.properties +++ b/resources/colors/colorResources.properties @@ -107,4 +107,22 @@ splashScreenTextColor=333333 splashScreenTitleColor=375684 # Background color for the contact list background. -contactListBackground=FFFFFF
\ No newline at end of file +contactListBackground=FFFFFF + +# File menu foreground color +fileMenuForeground=333333 + +# Tools menu foreground color +toolsMenuForeground=333333 + +# View menu foreground color +viewMenuForeground=333333 + +# Help menu foreground color +helpMenuForeground=333333 + +# Logo bar background color +logoBarBackground=FFFFFF + +# Main tool bar text foreground +toolBarForeground=FFFFFF
\ No newline at end of file |