Skip to content

Instantly share code, notes, and snippets.

@antonva
Created November 7, 2013 01:48
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 antonva/7347578 to your computer and use it in GitHub Desktop.
Save antonva/7347578 to your computer and use it in GitHub Desktop.
! Simple URxvt Config
! Author: Anton Vilhelm Asgeirsson
!Xft settings
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!URxvt settings
URxvt*depth: 32
URxvt*scrollBar: false
!URxvt*transparent: true
!URxvt*shading: 30
!Font
URxvt*font: xft:Source Code Pro for Powerline:size=12, \
xft:unifont:size=14
!Fix font spacing
URxvt*letterSpace: 0
!Yankable Url
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/chromium
URxvt.url-select.underline: true
! Experimental colorscheme for Xresources/URxvt
! Colors by Heinrich Faust <fausto17@gmail.com>
!Black
URxvt.color0: #1B1B1B
URxvt.color8: #5D5D5D
!Red
URxvt.color1: #EA6868
URxvt.color9: #E09690
!Green
URxvt.color2: #8EB338
URxvt.color10: #CDEE69
!Yellow
URxvt.color3: #D0B03C
URxvt.color11: #FFE999
!Blue
URxvt.color4: #8AD1F9
URxvt.color12: #B0E2FF
!Magenta
URxvt.color5: #C9A0D1
URxvt.color13: #FBB1F9
!Cyan
URxvt.color6: #218693
URxvt.color14: #77DFD8
!White
URxvt.color7: #B0B0B0
URxvt.color15: #F7F7F7
![nn]#FFFFF where n dictates transparency.
URxvt.background: [99]#262626
URxvt.colorBD: #FFFFFF
URxvt.cursorColor: #A0A0A0
URxvt.cursorColor2: #FFFFFF
URxvt.foreground: #F8F8F2
!Disable iso binds
URxvt.iso14755: false
URxvt.iso14755_52: false
!urxvt-font-size-git keybinds
URxvt.keysym.Control-+: perl:font-size:increase
URxvt.keysym.Control--: perl:font-size:decrease
URxvt.keysym.Control-Shift-Up: perl:font-size:incglobal
URxvt.keysym.Control-Shift-Down: perl:font-size:decglobal
!Dzen2 Font & Color configuration:
dzen2.font: xft:Source Code Pro for Powerline:size=12, \
xft:unifont:size=14
dzen2.foreground: #F8F8F2
dzen2.background: #262626
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment