diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-01-15 00:14:22 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-01-15 00:14:22 +0000 |
commit | 11f66d5a35f185ce427dc89324c7f01cc33ba691 (patch) | |
tree | e666db5e2c4c6da02c3cb08a2ed1de06962e046d /resources/colors | |
parent | 4f06cae3af9952f48a208433721e88af124078f6 (diff) | |
download | jitsi-11f66d5a35f185ce427dc89324c7f01cc33ba691.zip jitsi-11f66d5a35f185ce427dc89324c7f01cc33ba691.tar.gz jitsi-11f66d5a35f185ce427dc89324c7f01cc33ba691.tar.bz2 |
All Look & feel and GUI color constants are now moved to a properties file in resources folder.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colorResources.properties | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/resources/colors/colorResources.properties b/resources/colors/colorResources.properties new file mode 100644 index 0000000..ac5b689 --- /dev/null +++ b/resources/colors/colorResources.properties @@ -0,0 +1,32 @@ +# Look & Feel color constants +buttonGradientDark=3f6296 +sliderGradientDark=3f6296 +primaryControlDarkShadow=3f6296 +controlDarkShadow=3f6296 +buttonGradientLight=C0C0C0 +scrollBarTrackHighlight=C0C0C0 +scrollBarDarkShadow=C0C0C0 +primaryControlColor=C0C0C0 +controlShadow=C0C0C0 +sliderGradientLight=D3DDED +tableGrid=D3DDED +splitPaneDeviderFocused=D3DDED +selectionForeground=474747 +selectionBackground=EEEEEE +controlColor=EEEEEE +tabbedPaneBorderHighlight=96A9C6 +primaryControlShadow=96A9C6 +desktopBackgroundColor=FAFAFA +textColor=333333 +inactiveTextColor=999999 +menuDisabledForeground=999999 + +# Custom components GUI constants +historyIncomingCallBackground=F9FFC5 +historyOutgoingCallBackground=F3F4F7 +listSelectionColor=D1D4E1 +listSelectionBorderColor=8EA0BC +# Used for title panels and call participant dialpad panel +gradientDarkColor=E6E6E6 +gradientLightColor=FFFFFF +borderColor=8EA0BC |