Skip to content

Instantly share code, notes, and snippets.

@fancyoung
Created October 10, 2011 03:13
Show Gist options
  • Save fancyoung/1274560 to your computer and use it in GitHub Desktop.
Save fancyoung/1274560 to your computer and use it in GitHub Desktop.
config xterm in .Xresources(xterm配置,解决某些快捷键不能用,中文乱码,配色)。After config, run $ xrdb ~/.Xresources
xterm*metaSendsEscape: true
XTerm*fontMenu*fontdefault*Label: Default
XTerm*faceName: Bitstream Vera Sans Mono Roman
XTerm*faceNameDoublesize: WenQuanYi Bitmap Song
XTerm*faceSize: 10
XTerm*cjkWidth: true
XTerm*mkWidth: true
XTerm*jumpScroll: true
XTerm*SaveLines: 10000
XTerm*scrollbar: true
! Molokai theme
*xterm*background: black
*xterm*foreground: green
*xterm*cursorColor: red
*xterm*color0: #101010
*xterm*color1: #960050
*xterm*color2: #66aa11
*xterm*color3: #c47f2c
*xterm*color4: #30309b
*xterm*color5: #7e40a5
*xterm*color6: #3579a8
*xterm*color7: #9999aa
*xterm*color8: #303030
*xterm*color9: #ff0090
*xterm*color10: #80ff00
*xterm*color11: #ffba68
*xterm*color12: #5f5fee
*xterm*color13: #bb88dd
*xterm*color14: #4eb4fa
*xterm*color15: #d0d0d0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment