ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Xdefaults: use same color scheme for all athena things, not just xterm

+81 -79
+81 -79
.Xdefaults
··· 1 1 ! vim:ts=8 2 2 3 - ! force things like firefox to a standard size 4 - !Xft.dpi: 96 5 - Xft.dpi: 192 3 + #define BG #e3e0d5 4 + #define FG #494949 6 5 7 - #define BG #cfcfc7 8 - #define FG #303030 6 + ! a muted palette for athena things like xterm, xfontsel, etc. 7 + ! created with http://ciembor.github.com/4bit 8 + *.background: BG 9 + *.scrollbar.background: BG 10 + *.scrollbar.foreground: #bbb 9 11 10 - ! xterm 11 - .xterm*background: BG 12 - .xterm*borderColor: BG 13 - .xterm*internalBorder: 4 14 - .xterm*foreground: FG 15 - .xterm*cursorColor: #3670ab 12 + *.borderColor: BG 16 13 17 - .xterm*scrollbar: true 18 - .xterm*scrollbar.foreground: gray50 19 - .xterm*scrollbar.background: BG 20 - .xterm*scrollbar.minimumThumb: 50 21 - .xterm*scrollbar*width: 20 22 - .xterm*saveLines: 10000 14 + *.foreground: FG 23 15 24 - !.xterm*font: dinamedium9 25 - .xterm*faceName: dejavu sans mono:size=7 26 - ! work around problem of underscores disappearing 27 - .xterm*scaleHeight: 1.01 16 + ! black 17 + *.color0: #393939 18 + *.color8: #525252 28 19 29 - .xterm*selectToClipboard: true 30 - .xterm*utmpInhibit: true 20 + ! red 21 + *.color1: #825b69 22 + *.color9: #bda0aa 23 + 24 + ! green 25 + *.color2: #69825b 26 + *.color10: #aabda0 27 + 28 + ! yellow 29 + *.color3: #82755b 30 + *.color11: #bdb3a0 31 + 32 + ! blue 33 + *.color4: #5b6982 34 + *.color12: #a0aabd 35 + 36 + ! magenta 37 + *.color5: #755b82 38 + *.color13: #b3a0bd 39 + 40 + ! cyan 41 + *.color6: #5b8275 42 + *.color14: #a0bdb3 43 + 44 + ! white 45 + *.color7: #cacaca 46 + *.color15: #ffffff 47 + 48 + *.font: -*-lucida-medium-r-*-*-22-*-*-*-*-*-*-* 49 + 50 + *.scrollbar: true 51 + *.scrollbar.minimumThumb: 50 52 + *.scrollbar*width: 20 53 + *.saveLines: 20000 54 + 55 + 56 + ! xterm-specific settings 57 + 58 + *.XTerm.*.faceName: dejavu sans mono:size=11 59 + *.XTerm.*.scaleHeight: 1.01 60 + *.XTerm.*.internalBorder: 8 61 + 62 + *.XTerm.*.selectToClipboard: true 63 + *.XTerm.*.utmpInhibit: true 31 64 ! hide when i type 32 - .xterm*pointerMode: 2 65 + *.XTerm.*.pointerMode: 2 33 66 34 67 ! needed by ratpoison 35 - .xterm*allowSendEvents: true 68 + *.XTerm.*.allowSendEvents: true 36 69 ! which disables allowColorOps, but empty the list of actual disabled ops 37 70 ! which effectively re-enables color ops 38 - .xterm*disallowedColorOps: 71 + *.XTerm.*.disallowedColorOps: 39 72 ! this requires an xterm hack in ptyx.h 40 - .xterm*allowTitleOps: true 41 - 42 - .xterm*title: xterm 43 - .xterm*termName: xterm-256color 44 - 45 - .xterm*visualBell: false 73 + *.XTerm.*.allowTitleOps: true 46 74 47 - ! a muted palette 75 + *.XTerm.*.title: xterm 76 + *.XTerm.*.termName: xterm-256color 48 77 49 - ! black 50 - .xterm*color0: gray10 51 - .xterm*color8: gray20 52 - ! red 53 - .xterm*color1: #c2454e 54 - .xterm*color9: #ef5847 55 - ! green 56 - .xterm*color2: #7cbf9e 57 - .xterm*color10: #a2d9b1 58 - ! yellow 59 - .xterm*color3: #8a7a63 60 - .xterm*color11: #beb090 61 - ! blue 62 - .xterm*color4: #555d71 63 - .xterm*color12: #61778d 64 - ! magenta 65 - .xterm*color5: #ff5879 66 - .xterm*color13: #ff99a1 67 - ! cyan 68 - .xterm*color6: #44b5b1 69 - .xterm*color14: #9ed9d8 70 - ! white 71 - .xterm*color7: gray70 72 - .xterm*color15: gray80 73 - ! underline when default 74 - .xterm*colorUL: #f2f1b9 78 + *.XTerm.*.visualBell: false 75 79 76 80 ! make alt+v/command+v paste clipboard 77 - .xterm*VT100.translations: #override\ 81 + *.XTerm.*.VT100.translations: #override\ 78 82 Meta <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)\n\ 79 83 Super <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0) 80 84 81 - SshAskpass*inputTimeout: 15 82 - ! enlarge fonts 83 - SshAskpass*Dialog.font: -adobe-helvetica-bold-r-normal-*-*-200-*-*-*-*-iso8859-1 84 - SshAskpass*Button.font: -adobe-helvetica-bold-r-normal-*-*-200-*-*-*-*-iso8859-1 85 - 86 85 ! make xaw scrollbars act like normal ones 87 - .xterm*Scrollbar.translations: #override\ 88 - <Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\ 89 - <Btn2Down>: StartScroll(Forward) \n\ 90 - <Btn3Down>: StartScroll(Backward) \n\ 91 - <Btn1Motion>: MoveThumb() NotifyThumb() \n\ 92 - <BtnUp>: NotifyScroll(Proportional) EndScroll() 93 - ! vncviewer 94 - *viewport.horizontal.translations: #override\ 95 - <Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\ 96 - <Btn2Down>: StartScroll(Forward) \n\ 97 - <Btn3Down>: StartScroll(Backward) \n\ 98 - <Btn1Motion>: MoveThumb() NotifyThumb() \n\ 99 - <BtnUp>: NotifyScroll(Proportional) EndScroll() 100 - *viewport.vertical.translations: #override\ 86 + .XTerm.*.Scrollbar.translations: #override\ 101 87 <Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\ 102 88 <Btn2Down>: StartScroll(Forward) \n\ 103 89 <Btn3Down>: StartScroll(Backward) \n\ 104 90 <Btn1Motion>: MoveThumb() NotifyThumb() \n\ 105 91 <BtnUp>: NotifyScroll(Proportional) EndScroll() 92 + 93 + 94 + ! qconsole overrides, inheriting defaults from xterm settings 95 + qconsole.*.background: FG 96 + qconsole.*.borderColor: FG 97 + qconsole.*.foreground: BG 98 + qconsole.*.scrollbar.background:FG 99 + qconsole.*.scrollbar.foreground:black 100 + qconsole.*.rightScrollBar: true 101 + qconsole.*.internalBorder: 12 102 + 103 + 104 + SshAskpass*inputTimeout: 15 105 + ! enlarge fonts 106 + SshAskpass*Dialog.font: -adobe-helvetica-bold-r-normal-*-*-200-*-*-*-*-iso8859-1 107 + SshAskpass*Button.font: -adobe-helvetica-bold-r-normal-*-*-200-*-*-*-*-iso8859-1