ftp -o - https://jcs.org/move_in | sh -
1! vim:ts=8
2
3#define BG #e3e0d5
4#define FG #494949
5
6Xcursor.theme: dmz
7Xcursor.size: 48
8
9! a muted palette for athena things like xterm, xfontsel, etc.
10! created with http://ciembor.github.com/4bit
11*.background: BG
12*.foreground: FG
13
14*.scrollbar.background: BG
15*.scrollbar.foreground: FG
16*.scrollBar.minimumThumb: 50
17*.scrollbar.width: 10
18
19*.borderColor: BG
20
21! a muted palette
22
23! black
24*.color0: #393939
25*.color8: #525252
26
27! red
28*.color1: #825b69
29*.color9: #bda0aa
30
31! green
32*.color2: #69825b
33*.color10: #aabda0
34
35! yellow
36*.color3: #82755b
37*.color11: #bdb3a0
38
39! blue
40*.color4: #5b6982
41*.color12: #a0aabd
42
43! magenta
44*.color5: #755b82
45*.color13: #b3a0bd
46
47! cyan
48*.color6: #5b8275
49*.color14: #a0bdb3
50
51! white
52*.color7: #cacaca
53*.color15: #ffffff
54
55! xterm-specific settings
56
57.xterm*faceName: dejavu sans mono:size=11
58.xterm*internalBorder: 20
59! hide when i type
60.xterm*pointerMode: 2
61.xterm*saveLines: 20000
62.xterm*scrollBar: false
63.xterm*rightScrollBar: true
64.xterm*scrollBar.width: 10
65.xterm*selectToClipboard: true
66.xterm*termName: xterm-256color
67.xterm*utmpInhibit: true
68.xterm*scaleHeight: 1.05
69
70! needed by ratpoison
71.xterm*allowSendEvents: true
72! which disables allowColorOps, but empty the list of actual disabled ops
73! which effectively re-enables color ops
74.xterm*disallowedColorOps:
75
76.xterm*visualBell: false
77
78! make alt+v/command+v paste clipboard
79*.XTerm.*.VT100.translations: #override\
80 Meta <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)\n\
81 Super <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)
82
83! make xaw scrollbars act like normal ones
84.XTerm.*.Scrollbar.translations: #override\
85 <Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\
86 <Btn2Down>: StartScroll(Forward) \n\
87 <Btn3Down>: StartScroll(Backward) \n\
88 <Btn1Motion>: MoveThumb() NotifyThumb() \n\
89 <BtnUp>: NotifyScroll(Proportional) EndScroll()
90
91
92SshAskpass*inputTimeout: 15
93! enlarge fonts
94SshAskpass*Dialog.font: -adobe-helvetica-bold-r-normal-*-*-200-*-*-*-*-iso8859-1
95SshAskpass*Button.font: -adobe-helvetica-bold-r-normal-*-*-200-*-*-*-*-iso8859-1