aboutsummaryrefslogtreecommitdiffstats
path: root/resources/colors
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2008-11-28 21:15:30 +0000
committerYana Stamcheva <yana@jitsi.org>2008-11-28 21:15:30 +0000
commit4bd8aae0a97a4269701155fa5389449848e860f0 (patch)
tree0cdf9887f5481107808a50861941548800e06693 /resources/colors
parent475b401890ff81f3bf51ff22a18ad926f1deff22 (diff)
downloadjitsi-4bd8aae0a97a4269701155fa5389449848e860f0.zip
jitsi-4bd8aae0a97a4269701155fa5389449848e860f0.tar.gz
jitsi-4bd8aae0a97a4269701155fa5389449848e860f0.tar.bz2
Applying new resource name convention.
Diffstat (limited to 'resources/colors')
-rw-r--r--resources/colors/colors.properties111
1 files changed, 51 insertions, 60 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties
index 278357e..0454874 100644
--- a/resources/colors/colors.properties
+++ b/resources/colors/colors.properties
@@ -1,168 +1,159 @@
# Look & Feel color constants
# Used to paint a gradient for a check box or a radio button.
-buttonGradientDark=3f6296
+service.gui.BUTTON_GRADIENT_DARK=3f6296
# Used to paint a gradient for sliders.
-sliderGradientDark=3f6296
+service.gui.SLIDER_GRADIENT_DARK=3f6296
# Used for tooltip borders, progress bar selection background, scroll bar
# thumb shadow, tabbed pane focus, toolbar docking foreground.
-primaryControlDarkShadow=3f6296
+service.gui.PRIMARY_CONTROL_DARK_SHADOW=3f6296
# Used for progress bar border, tooltip border inactive, tooltip foreground
# inactive, scroll bar dark shadow.
-controlDarkShadow=3f6296
+service.gui.CONTROL_DARK_SHADOW=3f6296
# Used to paint a gradient for a check box or a radio button.
-buttonGradientLight=C0C0C0
+service.gui.BUTTON_GRADIENT_LIGHT=C0C0C0
# These two are not used for now.
-scrollBarTrackHighlight=C0C0C0
-scrollBarDarkShadow=C0C0C0
+service.gui.SCROLLBAR_TRACK_LIGHT=C0C0C0
+service.gui.SCROLLBAR_DARK_SHADOW=C0C0C0
# Used for text hightlight color, window title background, scroll bar thumb
# hightlight, split pane devider focus color, tree line, tree hash,
# toolBar floating foreground.
-primaryControlColor=C0C0C0
+service.gui.PRIMARY_COLOR_CONTROL=C0C0C0
# Tabbed pane shadow.
-controlShadow=C0C0C0
+service.gui.CONTROL_SHADOW=C0C0C0
# Used to paint a gradient for sliders.
-sliderGradientLight=D3DDED
+service.gui.SLIDER_GRADIENT_LIGHT=D3DDED
# Table grid color.
-tableGrid=D3DDED
+service.gui.TABLE_GRID=D3DDED
-# Used to paint a focused split pane devider.
-splitPaneDeviderFocused=D3DDED
+# Used to paint a focused split pane divider.
+service.gui.SPLIT_PANE_DIVIDER_FOCUSED=D3DDED
# Foreground color for selected components.
-selectionForeground=474747
+service.gui.SELECTION_FOREGROUND=474747
# Background color for selected components.
-selectionBackground=EEEEEE
+service.gui.SELECTION_BACKGROUND=EEEEEE
# Used for window title inactive background, menu background, tooltip
# inactive background, combo box background, desktop icon background,
# scroll bar background, tabbed pane tab area background.
-controlColor=EEEEEE
+service.gui.colors.CONTROL=EEEEEE
# Tabbed pane border highlight color.
-tabbedPaneBorderHighlight=96A9C6
+service.gui.TABBED_PANE_BORDER_HIGHLIGHT=96A9C6
# Used for menu selected background, focus color, slider foreground,
# progress bar foreground, combo box selection background, scroll bar thumb
-primaryControlShadow=96A9C6
+service.gui.PRIMARY_CONTROL_SHADOW=96A9C6
# Background color for all windows.
-desktopBackgroundColor=e1f0fd
+service.gui.DESKTOP_BACKGROUND=E1F0FD
# Text color for all texts.
-textColor=333333
+service.gui.TEXT=333333
# Used for inactive labels, text areas, etc.
-inactiveTextColor=999999
+service.gui.INACTIVE_TEXT=999999
# Foreground color for disabled menus.
-menuDisabledForeground=999999
+service.gui.MENU_DISABLED_FOREGROUND=999999
# Color used in tab title for non read incoming messages.
-tabTitleHighlight=F9750A
+service.gui.TAB_TITLE_HIGHLIGHT=F9750A
# Tab default text color.
-tabTitle=474747
+service.gui.TAB_TITLE=474747
# Custom components GUI constants
# Background color for incoming call lines in the call list.
-historyIncomingCallBackground=F9FFC5
+service.gui.HISTORY_INCOMING_CALL_BACKGROUND=F9FFC5
# Background color for outgoing call lines in the call list.
-historyOutgoingCallBackground=F3F4F7
+service.gui.HISTORY_OUTGOING_CALL_BACKGROUND=F3F4F7
# Selection color for all lists (contact list, call list, chat rooms list, etc.)
-listSelectionColor=add2ef
+service.gui.LIST_SELECTION_COLOR=ADD2EF
# Selection border color of all lists (contact list, call list, chat rooms list, etc.)
-listSelectionBorderColor=8EA0BC
+service.gui.LIST_SELECTION_BORDER_COLOR=8EA0BC
# Used for title panels (like the one in the settings window) and
# call participant dialpad panel.
-gradientDarkColor=E6E6E6
+service.gui.GRADIENT_DARK_COLOR=E6E6E6
# Used as the light color for some gradients like in title panels,
# call participant dialpad panel, chat contact panel ( the one in chat window
# that contains the contact information)
-gradientLightColor=FFFFFF
+service.gui.GRADIENT_LIGHT_COLOR=FFFFFF
# Used for some custom borders, like the border in the chat window.
-borderColor=8EA0BC
+service.gui.BORDER_COLOR=8EA0BC
# Splash screen text color.
-splashScreenTextColor=333333
+service.gui.SPLASH_SCREEN_TEXT_COLOR=333333
# Splash screen title color.
-splashScreenTitleColor=375684
+service.gui.SPLASH_SCREEN_TITLE_COLOR=375684
# Background color for the contact list background.
-contactListBackground=FFFFFF
+service.gui.CONTACT_LIST_BACKGROUND=FFFFFF
# Main menu foreground color
-mainMenuForeground=333333
+service.gui.MAIN_MENU_FOREGROUND=333333
# Chat menu foreground color
-chatMenuForeground=333333
+service.gui.CHAT_MENU_FOREGROUND=333333
# Logo bar background color
-logoBarBackground=FFFFFF
+service.gui.LOGO_BAR_BACKGROUND=FFFFFF
# Main tool bar text foreground
-toolBarForeground=FFFFFF
+service.gui.TOOL_BAR_FOREGROUND=FFFFFF
# Initial account registration protocol panel background.
-accountRegistrationBackground=C2CEE0
+plugin.simpleaccreg.ACCOUNT_REGISTRATION_BACKGROUND=C2CEE0
# Contact list contact row color.
-contactListRowColor=add2ef
+service.gui.CONTACT_LIST_ROW=ADD2EF
# Contact list group row background color.
-contactListGroupRowColor=d3d3d3
+service.gui.CONTACT_LIST_GROUP_ROW=D3D3D3
# Contact list gradient group color.
-contactListGroupGradientColor=FFFFFF
+service.gui.CONTACT_LIST_GROUP_GRADIENT=FFFFFF
# Main window background color.
-
-mainWindowBackground=FFFFFF
+service.gui.MAIN_WINDOW_BACKGROUND=FFFFFF
# Tooltip background color.
-tooltipBackground=E8E9EF
+service.gui.TOOLTIP_BACKGROUND=E8E9EF
# Rollover color for the toolbar button.
-toolbarRolloverBackground=414141
+service.gui.TOOL_BAR_ROLLOVER_BACKGROUND=414141
# Contactlist contact text foreground color.
-contactListContactForeground=000000
+service.gui.CONTACT_LIST_CONTACT_FOREGROUND=000000
# Contactlist group text foreground color.
-
-contactListGroupForeground=000000
-
-# Tooltip background.
-
-tooltipBackground=e8e9ef
+service.gui.CONTACT_LIST_GROUP_FOREGROUND=000000
# The background color of all windows and dialogs.
-mainBackground=0575ce
-
-# The start color of the gradient painted to all windows.
-mainBackgroundStartColor=4a9bdb
+service.gui.MAIN_BACKGROUND=4A9BDB
# The end color of the gradient painted to all windows.
-mainBackgroundEndColor=e1f0fd
+service.gui.MAIN_BACKGROUND_GRADIENT=E1F0FD
-actionPanelBgStartColor=474747
+service.gui.FAVORITES_PANEL_BACKGROUND=474747
-actionPanelBgEndColor=999999
+service.gui.FAVORITES_PANEL_BACKGROUND_GRADIENT=999999