Skip to content

Instantly share code, notes, and snippets.

@ILMostro
Forked from jaysonrowe/.Xresources
Created October 31, 2013 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ILMostro/7259128 to your computer and use it in GitHub Desktop.
Save ILMostro/7259128 to your computer and use it in GitHub Desktop.
! gerneral xterm settings -----
XTerm*utf8: 1
XTerm*pointerColor: white
XTerm*pointerColorBackground: black
XTerm*cursorColor: yellow
XTerm*cursorBlink: true
XTerm*selectToClipboard: true
XTerm*SaveLines: 9000
XTerm*ScrollBar: false
XTerm*visualbell: true
XTerm*bellIsUrgent: true
! xterm color scheme -----
*background: rgb:00/00/00
*foreground: rgb:ff/ff/ff
! xterm fonts -----
! # default
XTerm*font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-*
! # unreadable
XTerm*font1: -*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*
! # tiny
XTerm*font2: -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*
! # small
XTerm*font3: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-*
! # medium
XTerm*font4: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-*
! # large
XTerm*font5: -*-terminus-medium-*-*-*-22-*-*-*-*-*-iso10646-*
! # huge
XTerm*font6: -*-terminus-medium-*-*-*-24-*-*-*-*-*-iso10646-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment