Skip to content

Instantly share code, notes, and snippets.

@disassembler
Created October 2, 2017 02:18
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 disassembler/933f4661e7340823c3c1af12c073714d to your computer and use it in GitHub Desktop.
Save disassembler/933f4661e7340823c3c1af12c073714d to your computer and use it in GitHub Desktop.
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 90
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
XTerm*faceName: Monospace
XTerm*faceSize: 10
!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: true
urxvt*shading: 2
URxvt.fading: 20
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt*saveLines: 5000
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fonts
URxvt.allow_bold: false
/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
URxvt*font: xft:inconsolata:size=12:antialias=true
! Fix font space
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /run/current-system/sw/bin/xdg-open
URxvt.url-select.underline: true
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
!!Source http://github.com/altercation/solarized
! special
*.foreground: #8ca68c
*.background: #131513
*.cursorColor: #8ca68c
! black
*.color0: #131513
*.color8: #687d68
! red
*.color1: #e6193c
*.color9: #e6193c
! green
*.color2: #29a329
*.color10: #29a329
! yellow
*.color3: #c3c322
*.color11: #c3c322
! blue
*.color4: #3d62f5
*.color12: #3d62f5
! magenta
*.color5: #ad2bee
*.color13: #ad2bee
! cyan
*.color6: #1999b3
*.color14: #1999b3
! white
*.color7: #8ca68c
*.color15: #f0fff0
Xcursor.theme: whiteglass
Xcursor.size: 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment