SshAskpass-1337.ad revision 8db30ca8
18db30ca8Sthorpej! SshAskpass.ad:  Default resources for the X11-based ssh-askpass for OpenSSH
28db30ca8Sthorpej! created 1999-Nov-17 03:40 Jim Knoble <jmknoble@pobox.com>
38db30ca8Sthorpej! autodate: 1999-Nov-22 07:49
48db30ca8Sthorpej! 
58db30ca8Sthorpej! by Jim Knoble <jmknoble@pobox.com>
68db30ca8Sthorpej! Copyright � 1999 Jim Knoble
78db30ca8Sthorpej! 
88db30ca8Sthorpej! Disclaimer:
98db30ca8Sthorpej! 
108db30ca8Sthorpej! The software is provided "as is", without warranty of any kind,
118db30ca8Sthorpej! express or implied, including but not limited to the warranties of
128db30ca8Sthorpej! merchantability, fitness for a particular purpose and
138db30ca8Sthorpej! noninfringement. In no event shall the author(s) be liable for any
148db30ca8Sthorpej! claim, damages or other liability, whether in an action of
158db30ca8Sthorpej! contract, tort or otherwise, arising from, out of or in connection
168db30ca8Sthorpej! with the software or the use or other dealings in the software.
178db30ca8Sthorpej! 
188db30ca8Sthorpej! Permission to use, copy, modify, distribute, and sell this software
198db30ca8Sthorpej! and its documentation for any purpose is hereby granted without
208db30ca8Sthorpej! fee, provided that the above copyright notice appear in all copies
218db30ca8Sthorpej! and that both that copyright notice and this permission notice
228db30ca8Sthorpej! appear in supporting documentation.
238db30ca8Sthorpej! 
248db30ca8Sthorpej
258db30ca8Sthorpej! +-------------+
268db30ca8Sthorpej! | e133t theme |
278db30ca8Sthorpej! +-------------+
288db30ca8Sthorpej
298db30ca8Sthorpej*Dialog.font:			-b&h-lucida-medium-r-normal-*-*-100-*-*-*-*-iso8859-1
308db30ca8Sthorpej*?.foreground:			#d0d0d0
318db30ca8Sthorpej*?.background:			#505050
328db30ca8Sthorpej*topShadowColor:		#909090
338db30ca8Sthorpej*bottomShadowColor:		#000000
348db30ca8Sthorpej*borderColor:			#a0a0a0
358db30ca8Sthorpej*shadowThickness:		2
368db30ca8Sthorpej*borderWidth:			1
378db30ca8Sthorpej*horizontalSpacing:		5
388db30ca8Sthorpej*verticalSpacing:		5
398db30ca8Sthorpej
408db30ca8Sthorpej*Button.font:			-b&h-lucida-medium-r-normal-*-*-100-*-*-*-*-iso8859-1
418db30ca8Sthorpej*Button.shadowThickness:	1
428db30ca8Sthorpej*Button.borderWidth:		0
438db30ca8Sthorpej*Button.horizontalSpacing:	4
448db30ca8Sthorpej*Button.verticalSpacing:	2
458db30ca8Sthorpej
468db30ca8Sthorpej*Indicator.foreground:		#708090
478db30ca8Sthorpej*Indicator.background:		#505050
488db30ca8Sthorpej*Indicator.shadowThickness:	1
498db30ca8Sthorpej*Indicator.borderWidth:		0
508db30ca8Sthorpej*Indicator.height:		4
518db30ca8Sthorpej*Indicator.width:		13
528db30ca8Sthorpej*Indicator.horizontalSpacing:	4
538db30ca8Sthorpej*Indicator.verticalSpacing:	5
548db30ca8Sthorpej*Indicator.minimumCount:	8
558db30ca8Sthorpej*Indicator.maximumCount:	24
568db30ca8Sthorpej
578db30ca8Sthorpej! Ssh-askpass grabs the keyboard by default.
588db30ca8Sthorpej! To stop it from grabbing the keyboard, use:
598db30ca8Sthorpej!*grabKeyboard:			false
608db30ca8Sthorpej
618db30ca8Sthorpej! Ssh-askpass does not grab the pointer by default.
628db30ca8Sthorpej! To make it grab the pointer, use:
638db30ca8Sthorpej!*grabPointer:			true
648db30ca8Sthorpej
658db30ca8Sthorpej! Ssh-askpass does not grab the server by default.
668db30ca8Sthorpej! To make it grab the server, use:
678db30ca8Sthorpej!*grabServer:			true
688db30ca8Sthorpej
698db30ca8Sthorpej*Dialog.title:			OpenSSH Authentication Passphrase Request
708db30ca8Sthorpej*Dialog.label:			Please enter your authentication passphrase:
718db30ca8Sthorpej*okButton.label:		OK
728db30ca8Sthorpej*cancelButton.label:		Cancel
738db30ca8Sthorpej
74