1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
# Look & Feel color constants
# Used to paint a gradient for a check box or a radio button.
buttonGradientDark=3f6296
# Used to paint a gradient for sliders.
sliderGradientDark=3f6296
# Used for tooltip borders, progress bar selection background, scroll bar
# thumb shadow, tabbed pane focus, toolbar docking foreground.
primaryControlDarkShadow=3f6296
# Used for progress bar border, tooltip border inactive, tooltip foreground
# inactive, scroll bar dark shadow.
controlDarkShadow=3f6296
# Used to paint a gradient for a check box or a radio button.
buttonGradientLight=C0C0C0
# These two are not used for now.
scrollBarTrackHighlight=C0C0C0
scrollBarDarkShadow=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
# Tabbed pane shadow.
controlShadow=C0C0C0
# Used to paint a gradient for sliders.
sliderGradientLight=D3DDED
# Table grid color.
tableGrid=D3DDED
# Used to paint a focused split pane devider.
splitPaneDeviderFocused=D3DDED
# Foreground color for selected components.
selectionForeground=474747
# Background color for selected components.
selectionBackground=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
# Tabbed pane border highlight color.
tabbedPaneBorderHighlight=96A9C6
# Used for menu selected background, focus color, slider foreground,
# progress bar foreground, combo box selection background, scroll bar thumb
primaryControlShadow=96A9C6
# Background color for all windows.
desktopBackgroundColor=e1f0fd
# Text color for all texts.
textColor=333333
# Used for inactive labels, text areas, etc.
inactiveTextColor=999999
# Foreground color for disabled menus.
menuDisabledForeground=999999
# Color used in tab title for non read incoming messages.
tabTitleHighlight=F9750A
# Tab default text color.
tabTitle=474747
# Custom components GUI constants
# Background color for incoming call lines in the call list.
historyIncomingCallBackground=F9FFC5
# Background color for outgoing call lines in the call list.
historyOutgoingCallBackground=F3F4F7
# Selection color for all lists (contact list, call list, chat rooms list, etc.)
listSelectionColor=add2ef
# Selection border color of all lists (contact list, call list, chat rooms list, etc.)
listSelectionBorderColor=8EA0BC
# Used for title panels (like the one in the settings window) and
# call participant dialpad panel.
gradientDarkColor=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
# Used for some custom borders, like the border in the chat window.
borderColor=8EA0BC
# Splash screen text color.
splashScreenTextColor=333333
# Splash screen title color.
splashScreenTitleColor=375684
# Background color for the contact list background.
contactListBackground=FFFFFF
# Main menu foreground color
mainMenuForeground=333333
# Chat menu foreground color
chatMenuForeground=333333
# Logo bar background color
logoBarBackground=FFFFFF
# Main tool bar text foreground
toolBarForeground=FFFFFF
# Initial account registration protocol panel background.
accountRegistrationBackground=C2CEE0
# Contact list contact row color.
contactListRowColor=add2ef
# Contact list group row background color.
contactListGroupRowColor=d3d3d3
# Contact list gradient group color.
contactListGroupGradientColor=FFFFFF
# Main window background color.
mainWindowBackground=FFFFFF
# Tooltip background color.
tooltipBackground=E8E9EF
# Rollover color for the toolbar button.
toolbarRolloverBackground=414141
# Contactlist contact text foreground color.
contactListContactForeground=000000
# Contactlist group text foreground color.
contactListGroupForeground=000000
# Tooltip background.
tooltipBackground=e8e9ef
# The background color of all windows and dialogs.
mainBackground=0575ce
# The start color of the gradient painted to all windows.
mainBackgroundStartColor=4a9bdb
# The end color of the gradient painted to all windows.
mainBackgroundEndColor=e1f0fd
actionPanelBgStartColor=474747
actionPanelBgEndColor=999999
|