From 5d5932e76458ecc70b183756579b0890755e4b07 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 4 Apr 2009 19:17:55 +0200 Subject: =?UTF-8?q?tkabber=20config=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Xdefaults | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) (limited to 'Xdefaults') diff --git a/Xdefaults b/Xdefaults index 629eff1..b225161 100644 --- a/Xdefaults +++ b/Xdefaults @@ -212,3 +212,195 @@ XFontsel*MenuButton*MenuButtonStyle: select .xfontsel.pane.fieldBox.MenuButton.internalHeight: 1 .xfontsel.pane.fieldBox.MenuButton.internalWidth: 2 .xfontsel.pane.fieldBox.MenuButton.shapeStyle: rectangle + +! T K A B B E R - Settings +Tkabber*background: #eeeee0 +Tkabber*foreground: #000000 +Tkabber*readonlyBackground: #eeeee0 +Tkabber*disabledForeground: #747474 +Tkabber*disabledBackground: #d6d6d6 + +! Scrollbar bed color +Tkabber*troughColor: #ddddd0 + +! Colors, which are used when mouse is over the item +Tkabber*activeBackground: #fffff0 +Tkabber*activeForeground: #000000 + +! Colors and border width selected item +Tkabber*selectBackground: #5f7ca8 +Tkabber*selectForeground: #f5f5f5 +Tkabber*selectBorderWidth: 0 +Tkabber*inactiveSelectBackground: #5f7ca8 + +! Color for checkboxes +Tkabber*selectColor: #5f7ca8 + +! Color of traversal highlight rectangle +Tkabber*highlightBackground: #eeeee0 +Tkabber*highlightColor: #000000 + +! Color of insertion cursor +Tkabber*insertBackground: #000000 + +! Font for drawing text (except chats and roster font) +Tkabber*font: -*-verdana-medium-r-normal-*-12-*-*-*-*-*-iso10646-1 + +! Currently there is only progressbar (at the splash screen) +Tkabber*ProgressBar.foreground: #334080 + +! Flatten Spinbox, ComboBox and ArrowButton +Tkabber*Spinbox.borderWidth: 1 +Tkabber*Spinbox.background: #f5f5f5 +Tkabber*SpinBox.borderWidth: 1 +Tkabber*SpinBox*Entry*highlightBackground: #ddddd0 +Tkabber*ComboBox.borderWidth: 1 +Tkabber*ArrowButton.borderWidth: 0 +Tkabber*ArrowButton.highlightThickness: 0 + +! Colors for multicolumn listboxes (as in search result window) +Tkabber*Mclistbox.background: #f5f5f5 +Tkabber*Mclistbox.labelActiveBackground: #fffff0 +Tkabber*Mclistbox.labelBackground: #ddddd0 + +! Type of subitem in roster (1 - display number of resources, +! 2 - display arrow, 3 - display both, 0 - display nothing +Tkabber*Roster.subitemtype: 3 + +! Roster background color +Tkabber*Roster.cbackground: #f5f5f5 + +! JID background color +Tkabber*Roster.jidfill: #f5f5f5 + +! Active JID background color +Tkabber*Roster.jidhlfill: #ddddd0 + +! Color of border around JID +Tkabber*Roster.jidborder: #f5f5f5 + +! group background color +Tkabber*Roster.groupfill: #dbdbce + +! closed group background color +Tkabber*Roster.groupcfill: #e9e9e9 + +! Active group background color +Tkabber*Roster.grouphlfill: #ccccc0 + +! Color of border around group +Tkabber*Roster.groupborder: #eeeee0 + +! Indent +Tkabber*Roster.groupindent: 21 +Tkabber*Roster.groupiconindent: 2 +Tkabber*Roster.subgroupiconindent: 2 +Tkabber*Roster.jidindent: 28 +Tkabber*Roster.iconindent: 5 +Tkabber*Roster.subjidindent: 62 +Tkabber*Roster.subiconindent: 42 + +! Additional amount of text height +Tkabber*Roster.textuppad: 0 +Tkabber*Roster.textdownpad: 0 + +! Vertical distance between adjacent items +Tkabber*Roster.linepad: 2 + +! Foregrounds of JID label +Tkabber*Roster.unavailableforeground: #515151 +Tkabber*Roster.dndforeground: #515129 +Tkabber*Roster.xaforeground: #0b3760 +Tkabber*Roster.awayforeground: #0b3760 +Tkabber*Roster.availableforeground: dodgerblue4 +Tkabber*Roster.chatforeground: dodgerblue4 + +! (stalkerforeground is for contacts with pending subscription) +Tkabber*Roster.stalkerforeground: #663333 + +! Colors in chat and groupchat windows +Tkabber*Chat*Text.background: #f5f5f5 +Tkabber*Chat.serverlabelforeground: seagreen +Tkabber*Chat.serverforeground: #4b3a70 +Tkabber*Chat.errforeground: firebrick +Tkabber*urlforeground: dodgerblue4 +Tkabber*urlactiveforeground: dodgerblue3 + +! Color of nicknames +Tkabber*Chat.theyforeground: firebrick4 +Tkabber*Chat.meforeground: dodgerblue4 + +! Colors of erroneous words (when ispell module is using) +Tkabber*Text.errorColor: firebrick4 +Tkabber*Text.comboColor: dodgerblue4 + +! Colors of tabs (0 = usual, 1 = server message, 2 = message, 3 = highlight) +Tkabber*alertColor0: black +Tkabber*alertColor1: mediumpurple4 +Tkabber*alertColor2: dodgerblue4 +Tkabber*alertColor3: firebrick4 + +! Colors for browser and discovery service windows +Tkabber*JBrowser.fill: #000000 +Tkabber*JBrowser.activefill: #f5f5f5 +Tkabber*JBrowser.border: #eeeee0 +Tkabber*JBrowser.nscolor: #747474 +Tkabber*JBrowser.nsactivecolor: #747474 + +Tkabber*JDisco.fill: #000000 +Tkabber*JDisco.activefill: #f5f5f5 +Tkabber*JDisco.border: #eeeee0 +Tkabber*JDisco.featurecolor: #747474 +Tkabber*JDisco.identitycolor: DarkGreen +Tkabber*JDisco.optioncolor: DarkViolet +Tkabber*Tree*background: #f5f5f5 + +! Tooltip options +Tkabber*Balloon*background: #ffeeaa +Tkabber*Balloon*foreground: #000000 +Tkabber*DynamicHelp.background: #ffeeaa +Tkabber*DynamicHelp.foreground: #000000 + +Tkabber*Listbox.background: #f5f5f5 +Tkabber*Listbox.foreground: #000000 +Tkabber*Listbox.borderWidth: 1 + +Tkabber*Text.background: #f5f5f5 +Tkabber*Text.foreground: #000000 +Tkabber*Text.borderWidth: 1 + +Tkabber*Entry.background: #f5f5f5 +Tkabber*Entry.foreground: #000000 +Tkabber*Entry.borderWidth: 1 + +Tkabber*NoteBook*Entry.background: #f5f5f5 +Tkabber*NoteBook*Entry.disabledBackground: #e9e9e9 +Tkabber*NoteBook*Entry.foreground: #000000 + +Tkabber*Button.borderWidth: 1 +Tkabber*Button.background: #ddddd0 +Tkabber*Button.activeBackground: #fffff0 + +! Main toolbar buttons +Tkabber*mainframe.topf.tb0.bbox.Button.background: #eeeee0 +Tkabber*mainframe.topf.tb1.bbox.Button.background: #eeeee0 +Tkabber*mainframe.topf.tb2.bbox.Button.background: #eeeee0 +Tkabber*mainframe.topf.tb3.bbox.Button.background: #eeeee0 +Tkabber*mainframe.topf.tb4.bbox.Button.background: #eeeee0 +Tkabber*mainframe.topf.tb5.bbox.Button.background: #eeeee0 + +! Sign/encrypt message buttons +Tkabber*bottom.buttons1.Button.background: #eeeee0 + +Tkabber*Chat*Button.background: #eeeee0 + +Tkabber*Menu.activeBorderWidth: 1 +Tkabber*Menu.borderWidth: 1 +Tkabber*Menubutton.borderWidth: 1 +Tkabber*Menu.activeBackground: #5f7ca8 +Tkabber*Menu.activeForeground: #f5f5f5 +Tkabber*Menubutton.activeBackground: #fffff0 +Tkabber*Menubutton.activeForeground: #000000 + +Tkabber*Buttonbox*borderWidth: 0 +Tkabber*Buttonbox*activeBorderWidth: 0 -- cgit v1.2.3