# XTerm theming, see https://wiki.archlinux.org/index.php/x_resources for more info. # Note that xterm still picks up it's settings from Xdefaults, not Xresources... # Also pacman -S terminus-font and relog cat >> ~/.Xdefaults << EOF XTerm*Font: -xos4-terminus-medium-*-*-*-*-*-*-*-*-*-*-* XTerm*scrollBar: False XTerm*saveLines: 32000 XTerm*toolBar: False XTerm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48 XTerm*geometry: 120x38 XTerm*sessionMgt: false #*borderColor: white #*borderColor: rgb:ef/eb/e7 #*Background: rgb:ef/eb/e7 *Background: rgb:f5/f5/f5 EOF # Alternative greyish theme cat >> /dev/null << EOF XTerm*Font: -xos4-terminus-medium-*-*-*-*-*-*-*-*-*-*-* XTerm*scrollBar: True XTerm*rightScrollBar: True XTerm*saveLines: 32000 XTerm*toolBar: False XTerm*multiScroll: True XTerm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48 XTerm*geometry: 120x38 *Background: rgb:6a/6a/6c *Foreground: rgb:DD/DD/DD *Scrollbar*background: rgb:58/58/5a *Scrollbar*foreground: rgb:6a/6a/6c *borderColor: rgb:64/64/66 *Scrollbar*thumb: None *color0: rgb:33/33/33 *color8: rgb:33/33/33 *color1: rgb:ff/a0/a0 *color9: rgb:ff/a0/a0 *color2: rgb:98/fb/98 *color10: rgb:9a/cd/32 *color3: rgb:f0/e6/8c *color11: rgb:f0/e6/8c *color4: rgb:87/ce/eb *color12: rgb:87/ce/eb *color5: rgb:ff/a0/a0 *color13: rgb:ff/a0/a0 *color6: rgb:87/ce/eb *color14: rgb:87/ce/eb *color7: rgb:ff/ff/ff *color15: rgb:ff/ff/ff !Xaw configuration !*Command.shapeStyle: rectangle !*beNiceToColormap: False !*Command*Font: -windows-proggysquare-*-*-*-*-*-*-*-*-*-*-*-* !*Text*Font: -adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-*-* !xfontsel*Toggle*Font: -windows-proggysquare-*-*-*-*-*-*-*-*-*-*-*-* EOF