dotfiles

My personal home directory config files
git clone https://erai.gay/code/dotfiles/
Log | Files | Refs | LICENSE

Xresources (1106B)


      1 !xterm*reverseVideo: on
      2 xterm*locale: true
      3 xterm*faceName: DeJaVu Sans Mono:size=9
      4 xterm*vt100*translations:       #override               \n\
      5         Shift <Key> Delete: insert-selection(SELECT)    \n\
      6         Shift Ctrl <Key> C: select-end(CLIPBOARD)       \n\
      7         Shift Ctrl <Key> V: insert-selection(CLIPBOARD) \n\
      8         Shift Ctrl <Key> N: spawn-new-terminal()        \n
      9 xterm*selectToClipboard: true
     10 xterm*metaSendsEscape: true
     11 xterm*termName: xterm-256color
     12 
     13 !ivory background and black text
     14 xterm*background:     #fffff0
     15 xterm*foreground:     #353535
     16 !black
     17 xterm*color0:         #353535
     18 xterm*color8:         #666666
     19 !red
     20 xterm*color1:         #AE4747
     21 xterm*color9:         #EE6363
     22 !green
     23 xterm*color2:         #85A642
     24 xterm*color10:        #AED957
     25 !brown/yellow
     26 xterm*color3:         #DAA520
     27 xterm*color11:        #FFC125
     28 !blue
     29 xterm*color4:         #3EA2FA
     30 xterm*color12:        #87A2FA
     31 !magenta
     32 xterm*color5:         #8B7B8B
     33 xterm*color13:        #D8BFD8
     34 !cyan
     35 xterm*color6:         #A7A15E
     36 xterm*color14:        #F0E68C
     37 !white
     38 xterm*color7:         #AAAAAA
     39 xterm*color15:        #FFFFFF