.Xresources (1155B) [raw]
1 !! ~/.Xresources 2 !! 3 !! to update: $ xrdb -merge ~/.Xresources 4 5 ! XTerm config 6 XTerm*termName: xterm-256color 7 XTerm*faceName: GoMono:style=regular:antialias=true:autohint=true 8 XTerm*faceSize: 12 9 XTerm*metaSendsEscape: true 10 11 ! acme(1) inspired colorscheme 12 XTerm*foreground: black 13 XTerm*background: #ffffea 14 XTerm*highlightColorMode: true 15 XTerm*highlightColor: #eeeda0 16 XTerm*highlightTextColor: black 17 ! setting this to 'black' causes it to go white-on-white during selection 18 XTerm*cursorColor: #000001 19 ! bold != bright (use 0-7 instead of 8-15) 20 XTerm*boldColors: false 21 XTerm*color0: #000000 22 XTerm*color1: #ad4f4f 23 XTerm*color2: #468747 24 XTerm*color3: #8f7734 25 XTerm*color4: #268bd2 26 XTerm*color5: #888aca 27 XTerm*color6: #6aa7a8 28 XTerm*color7: #f3f3d3 29 XTerm*color8: #878781 30 XTerm*color9: #ffdddd 31 XTerm*color10: #ebffeb 32 XTerm*color11: #edeea5 33 XTerm*color12: #ebffff 34 XTerm*color13: #96d197 35 XTerm*color14: #a1eeed 36 XTerm*color15: #ffffeb 37 38 ! Copy/Paste support with Ctrl-Shift-C/V for the Clipboard 39 ! See: xterm(1) Custom Key Bindings 40 XTerm*VT100*translations: #override \ 41 Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ 42 Ctrl Shift <Key>V: insert-selection(CLIPBOARD)