Skip to content

Instantly share code, notes, and snippets.

@johngh
Created April 22, 2014 23:32
Show Gist options
  • Save johngh/11197945 to your computer and use it in GitHub Desktop.
Save johngh/11197945 to your computer and use it in GitHub Desktop.
Configure your xterm colours
!
! For all [xa]term,put this in your
! ~/.Xdefaults or ~/.Xresources:
!
! Defaults for all xterm clients
XTerm*background: black
XTerm*foreground: gray
! XTerm*highlightColor: white
! XTerm*highlightTextColor: black
! The next controls whether the highlighted text stays colour (0:y 1:n)
XTerm*highlightColorMode: 0
XTerm*highlightReverse: 0
XTerm*highlightSelection: 1
! Then run
!
! xrdb ~/.Xresources
!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment