Skip to content

Instantly share code, notes, and snippets.

@neuro-sys
Created April 17, 2020 23:02
Show Gist options
  • Save neuro-sys/34f0bb0ee9518f961ec7f3f5ff5a4958 to your computer and use it in GitHub Desktop.
Save neuro-sys/34f0bb0ee9518f961ec7f3f5ff5a4958 to your computer and use it in GitHub Desktop.
! Xft ----------------
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.dpi: 141
Xft.rgba: rgb
! rxvt-unicode -------
URxvt.iso14755_52: false
URxvt.iso14755: false
URxvt.perl-ext-common: default,matcher
URxvt.font: xft:PxPlus IBM VGA8:pixelsize=20:Regular
URxvt.boldFont: xft:PxPlus IBM VGA8:pixelsize=20:Bold
URxvt.italicFont: xft:PxPlus IBM VGA8:pixelsize=20:Italic
URxvt.boldItalicFont: xft:PxPlus IBM VGA8:pixelsize=20:Bold:Italic
URxvt.letterSpace: -1
URxvt.saveLines: 1000000
URxvt.background: #0f0f0f
URxvt.foreground: #c8c8c8
urxvt*transparent: true
urxvt*shading: 30
URxvt.keysym.M-s: searchable-scrollback:start
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
!black
URxvt.color0: #4f4f4f
URxvt.color8: #5e5e5e
!red
URxvt.color1: #eb4509
URxvt.color9: #eb4509
!green
URxvt.color2: #94e76b
URxvt.color10: #95e76b
!yellow
URxvt.color3: #ffac18
URxvt.color11: #ffac18
!blue
URxvt.color4: #46aede
URxvt.color12: #46aede
!magenta
URxvt.color5: #e32c57
URxvt.color13: #e32c57
!cyan
URxvt.color6: #d6dbac
URxvt.color14: #d6dbac
!white
URxvt.color7: #efefef
URxvt.color15: #efefef
XTerm.vt100.reverseVideo: true
XTerm.vt100.faceName: PxPlus IBM VGA8
XTerm.vt100.faceNameDoublesize: PxPlus IBM VGA8
XTerm.vt100.faceSize: 10
XTerm.vt100.saveLines: 16000
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment