1! Ocean Deep theme for Tkabber
2! (c) 2004 Badlop
3! 2004-06-26
4! Based on Ocean Deep colour theme for Vim
5
6! --------------------------------------------------------------- GEOMETRY ----
7
8! Main window geometry
9!   [horizontal size]
10!   x[vertical size]
11!   -[separation with right screen edge]
12!   +[separation with upper screen edge]
13Tkabber.geometry:                 700x520-30+170
14
15! Roster width (tabbed interface only)
16Tkabber.mainRosterWidth:          150
17
18! Roster width in groupchat windows
19Tkabber.chatRosterWidth:          80
20
21! Chat window geometry (in no tabs mode)
22*Chat.geometry:                   300x500-70+350
23*Chat.groupchatgeometry:          600x500
24*Chat.chatgeometry:               500x500
25
26! Other windows geometry (in no tabs mode)
27*JBrowser.geometry:               350x350
28*JDisco.geometry:                 500x500
29*Customize.geometry:              600x500
30*RawXML.geometry:                 500x500
31*Messages.geometry:               600x500
32
33! ------------------------------------------------------------ MAIN WINDOW ----
34
35! Font for drawing text (except chats and roster font)
36!*font:           -monotype-arial-medium-r-normal-*-17-*-*-*-*-*-koi8-r
37
38! Main font color
39*foreground:                      #d5faff
40
41! Color of insertion cursor
42*insertBackground:                #ffbbbb
43
44! Background of all windows and tabs
45*background:                      #103040
46
47! Menu colors (main Tkabber menus...)
48*Menu.background:                 #01476a
49*Menu.activeBackground:           #01656a
50
51! ---------------------------------------------------------------- WIDGETS ----
52
53! ------------------------------------------- PROGRESS BAR ----
54
55! Scrollbar bed color
56*troughColor:                     #0F4866
57*Scrollbar.width:                 8
58
59! Currently there is only progressbar (at the splash screen)
60*ProgressBar.foreground:          #0F4866
61
62! ------------------------------------------- RADIO BUTTON ----
63
64! Colors and border width selected item (in radialbutton)
65*selectBackground:                #005a56
66*selectForeground:                #fffeff
67*selectBorderWidth:               0
68*inactiveSelectBackground:        #005a56
69
70*errorForeground:		  #ff7f50
71
72! ---------------------------------------------- CHECK BOX ----
73
74! Checkbox background
75*selectColor:                     #0c232a
76
77! ----------------------------------------------- TEXT BOX ----
78
79! Disabled Text boxes
80*disabledBackground:              #103040
81*disabledForeground:              #85aaaf
82
83! Textbox entry (like user: in Login window)
84*Entry.background:                #0c232e
85*Entry.foreground:                #fffefe
86*Entry.disabledBackground:        #103040
87*Entry.readonlyBackground:        #103040
88*Entry.borderWidth:               1
89
90! Textbox like in VCard editor
91*NoteBook*Entry.background:       #0c232e
92*NoteBook*Entry.disabledBackground: #103040
93*NoteBook*Entry.foreground:       #fffffe
94
95! ----------------------------------------------- LIST BOX ----
96
97!* Colors for multicolumn listboxes (as in search result window)
98*Mclistbox.background:            #0c232e
99*Mclistbox.labelActiveBackground: #1d5875
100*Mclistbox.labelBackground:       #0F4866
101*Mclistbox.labelForeground:       #d5faff
102*Mclistbox.labelActiveForeground: #d5faff
103
104! ---------------------------------------------- TOOL TIPS ----
105
106! Tooltip options
107*Balloon*background:              #0c232e
108*Balloon*foreground:              #fffbfb
109*DynamicHelp.background:          #0c232e
110*DynamicHelp.foreground:          #ffffff
111*Baloon.style:                    delay
112
113! Listbox widget (like in Customize->Chat->vcard-items)
114*Listbox.background:              #0c232e
115*Listbox.foreground:              #ffffff
116*Listbox.borderWidth:             1
117
118! ------------------------------------------------ BUTTONS ----
119
120*Button.borderWidth:              1
121
122*Menu.activeBorderWidth:          1
123*Menu.borderWidth:                1
124*Menubutton.borderWidth:          1
125
126*Buttonbox*borderWidth:           0
127*Buttonbox*activeBorderWidth:     0
128
129*Search.itemBackground:           #ffffff
130
131!* Flatten ComboBox and ArrowButton +++
132*Spinbox.borderWidth:             1
133*Spinbox.background:              #0c232e
134*SpinBox.borderWidth:             1
135*SpinBox*Entry*highlightBackground: #0c232e
136*ComboBox.borderWidth:            1
137*ArrowButton*borderWidth:         1
138*ArrowButton.borderWidth:         0
139*ArrowButton.highlightThickness:  0
140
141! Button and Menubutton colors
142! Generic button
143*Button.background:               #0F4866
144
145! Button background when mouse is over it
146*Button.activeBackground:         #1d5875
147
148! Generic menubutton (like in Login window->Profiles)
149*Menubutton.background:           #0F4864
150*Menubutton.activeBackground:     #1d5875
151
152! Buttons in chat and message windows
153*Chat*Button.background:          #103040
154! Button with JID in Chat window
155*Chat*Menubutton.background:      #0f4864
156*Message*Menubutton.background:   #0f4863
157
158! Common button background
159*bbox.Button.background:          #0f4865
160
161! ----------------------------------------------------------------- TOOLBAR ----
162
163! Main toolbar buttons
164*mainframe.topf.tb0.bbox.Button.background: #103040
165
166! Sign/encrypt message buttons
167*bottom.buttons1.Button.background: #103040
168
169! ----------------------------------------------------------------- ROSTER ----
170
171! Type of subitem in roster (1 - display number of resources,
172! 2 - display arrow, 3 - display both, 0 - display nothing
173*Roster.subitemtype:              3
174
175! --------------------------------------------------- JIDS ----
176
177! Roster background color
178*Roster.cbackground:              #0c232e
179
180! Inactive metaJID background color
181*Roster.metajidfill:		  #123a45
182
183! Active metaJID background color
184*Roster.metajidhlfill:		  #014d72
185
186! Color of border around metaJID
187*Roster.metajidborder:		  #123a45
188
189! Inactive JID background color
190*Roster.jidfill:                  #0c232b
191
192! Active JID background color
193*Roster.jidhlfill:                #004567
194
195! Color of border around JID
196*Roster.jidborder:                #0c232c
197
198! ------------------------------------------------- GROUPS ----
199
200! Inactive group background color
201*Roster.groupfill:                #18515f
202
203! Inactive closed group background color
204*Roster.groupcfill:               #1b485f
205
206! Active group background color
207*Roster.grouphlfill:              #03557d
208
209! Color of border around group
210*Roster.groupborder:              #103041
211
212! ---------------------------------------------- POSITIONS ----
213
214! Indent of group names
215*Roster.groupindent:              21
216
217! Indent of JIDs
218*Roster.jidindent:                42
219
220! Indent of second order JIDs
221! (resources for those who is logged in multiple times)
222*Roster.subjidindent:             62
223
224! Indent of group icons (closed or open arrow icon)
225*Roster.groupiconindent:          2
226
227! Indent of group icons when subitemtype is 2 or 3
228*Roster.subgroupiconindent:       2
229
230! Indent of regular JID icons (status icon)
231*Roster.iconindent:               21
232
233! Indent of second order JID icons
234*Roster.subiconindent:            42
235
236! Additional amount of text height
237*Roster.textuppad:                0
238*Roster.textdownpad:              0
239
240! Vertical distance between adjacent items
241*Roster.linepad:                  2
242
243! ----------------------------------------------- PRESENCE ----
244
245! Foregrounds of JID label
246! (stalkerforeground is for contacts with pending subscription)
247*Roster.stalkerforeground:        #d2b48c
248
249! Other colors are selfexplanatory
250*Roster.unavailableforeground:    #b8b8b8
251*Roster.dndforeground:            #ffc1c1
252*Roster.xaforeground:             #c1cdcd
253*Roster.awayforeground:           #c1cdcd
254*Roster.availableforeground:      #ffffff
255*Roster.chatforeground:           #ffffff
256
257! ------------------------------------------------------------------- TABS ----
258
259! Colors used when mouse is over the item (a tab header)
260*activeBackground:                #1d5875
261*activeForeground:                #d7f2ff
262
263! Colors of tab labels font (when in tabbed mode)
264*NoteBook*Entry.readonlyBackground: #1e3837
265! Usual color
266*alertColor0:            #ffffff
267
268! Color when server message is arrived
269*alertColor1:            #ff69b4
270
271! Color when message is arrived
272*alertColor2:            #add8e6
273
274! Color when personally addressed message is arrived
275*alertColor3:            #ff7f50
276
277! ------------------------------------------------------------------- CHAT ----
278
279! Text in chats, messages
280*Text.background:                 #0c232e
281*Text.foreground:                 #fbfffe
282*Text.borderWidth:                1
283
284! Colors in chat and groupchat windows
285*Chat*Text*Label.background:      #66685e
286
287! Color of other people nicknames
288*Chat.theyforeground:             #ff7f50
289
290! Color of my nickname
291*Chat.meforeground:               #add8e6
292
293! Colors of server messages (--- foo leave the room)
294*Chat.serverlabelforeground:      #caff70
295*Chat.serverforeground:           #ff69b4
296
297! Color of info & error messages
298*Chat.infoforeground:             #add8e6
299*Chat.errforeground:              #ff6a6a
300
301! Color of inactive urls in text
302*urlforeground:                   #add8e6
303
304! Color of active urls in text
305*urlactiveforeground:             #add8e6
306
307! Colors of erroneous words (when ispell module is using)
308*Text.errorColor:                 #ff7f50
309*Text.comboColor:                 #add8e6
310
311*Chat.inputheight:                3
312
313! -------------------------------------------------------------- DISCOVERY ----
314
315! Colors for browser and discovery service windows
316
317! Window background
318*Tree*background:                 #0c232e
319! lines in the tree
320*linesfill:                       #d5fafa
321! [+] and [-] tree symbols
322*crossfill:                       #d5fafa
323
324! ---------------------------------------------- J BROWSER ----
325
326! Jabber Browser
327! Nodes names font color ('Public Conferencing'...)
328*JBrowser.fill:                   #ffffff
329! Nodes atributes font color ('Search', 'Register'...)
330*JBrowser.nscolor:                #b8b8b8
331*JBrowser.levelindent:            24
332*JBrowser.indent:                 3
333*JBrowser.nsindent:               2
334*JBrowser.linepad:                2
335*JBrowser.toppad:                 1
336*JBrowser.bottompad:              1
337*JBrowser.icontextpad:            2
338
339! -------------------------------------------- J DISCOVERY ----
340
341! Jabber Discovery
342! Subnodes
343*JDisco.fill:                     #ffffff
344! Features available
345*JDisco.featurecolor:             #b8b8b8
346! Identity name
347*JDisco.identitycolor:            #b4eeb4
348*JDisco.optioncolor:              #ff69b4
349
350! ------------------------------------------------------------------ MORE ----
351
352! ----------------------------------------------------------------------  ----
353
354*Customize.varforeground:         #D5FAFA
355*Customize.groupnameforeground:   #D5FAFA
356
357*RawXML.inforeground:             #e0c3c3
358*RawXML.outforeground:            #a3a3ff
359*RawXML.intagforeground:          #e0c3c3
360*RawXML.inattrforeground:         #e0c3c3
361*RawXML.invalueforeground:        #d1aef2
362*RawXML.incdataforeground:        #b2dcff
363*RawXML.outtagforeground:         #efb3ef
364*RawXML.outattrforeground:        #efb3ef
365*RawXML.outvalueforeground:       #c9ffc9
366*RawXML.outcdataforeground:       #b6b6f9
367*RawXML.inputheight:              4
368
369!* Color of traversal highlight rectangle
370*highlightBackground:             #103040
371*highlightColor:                  #d5faff
372
373! ------------------------------------------------------------------- ---- ----
374