Skip to content

Instantly share code, notes, and snippets.

@boban-dj
Created November 3, 2018 06:33
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 boban-dj/34ff710aa445d1c93b8de8124a6c0161 to your computer and use it in GitHub Desktop.
Save boban-dj/34ff710aa445d1c93b8de8124a6c0161 to your computer and use it in GitHub Desktop.
XTerm*termName: xterm-256color
! With the above setting you can select if want using PRIMARY or CLIPBOARD, but for use both you need a 'hack' for example put this in you .Xresources:
XTerm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
! terminal colors ------------------------------------------------------------
! tangoesque scheme
*background: #111111
*foreground: #babdb6
! Black (not tango) + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d
! DarkGreen + Green
*color2: #93d44f
*color10: #c8e7a8
! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123
! DarkBlue + Blue
*color4: #204a87
*color12: #3465a4
! DarkMagenta + Magenta
*color5: #ce5c00
*color13: #f57900
!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #46a4ff
! LightGrey + White
*color7: #cccccc
*color15: #ffffff
! Xcursor --------------------------------------------------------------------
Xcursor.theme: Vanilla-DMZ-AA
Xcursor.size: 22
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! xterm ----------------------------------------------------------------------
xterm*VT100.geometry: 80x25
xterm*faceName: Terminus:style=Regular:size=12
!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 512
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
!aterm settings-------------------------------------------------------------
aterm*background: black
aterm*foreground: white
aterm*transparent: true
aterm*shading: 30
aterm*cursorColor: gray
aterm*saveLines: 2000
!aterm*tinting: gray
aterm*scrollBar: false
!aterm*scrollBar_right: true
aterm*transpscrollbar: true
aterm*borderwidth: 0
aterm*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
aterm*geometry: 80x25
!aterm*fading: 70
! xpdf -----------------------------------------------------------------------
xpdf*enableFreetype: yes
xpdf*antialias: yes
xpdf*foreground: black
xpdf*background: white
xpdf*urlCommand: /usr/bin/firefox %s
! xclock ---------------------------------------------------------------------
xclock*update: 1
xclock*analog: false
xclock*Foreground: white
xclock*background: black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment