Skip to content

Instantly share code, notes, and snippets.

@sudhirkhanger
Created August 13, 2013 07:03
Show Gist options
  • Save sudhirkhanger/6218555 to your computer and use it in GitHub Desktop.
Save sudhirkhanger/6218555 to your computer and use it in GitHub Desktop.
Xresources
URxvt*.font: xft:Droid Sans Mono :size=9
!URxvt*.geometry: 84x23
!URxvt*.depth: 32
!URxvt*.background: [95]#000000
! Disable Scrollbar
URxvt*.scrollBar: false
! scrollbar style - rxvt (default), plain (most compact), next, or xterm
!URxvt*.scrollstyle: rxvt
! move the scrollbar to the right side
!URxvt*.scrollBar_right: true
! do not scroll with output
URxvt*.scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*.scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*.scrollTtyKeypress: true
! Base16 Tomorrow
! Scheme: Chris Kempson (http://chriskempson.com)
#define base00 #1d1f21
#define base01 #282a2e
#define base02 #373b41
#define base03 #969896
#define base04 #b4b7b4
#define base05 #c5c8c6
#define base06 #e0e0e0
#define base07 #ffffff
#define base08 #cc6666
#define base09 #de935f
#define base0A #f0c674
#define base0B #b5bd68
#define base0C #8abeb7
#define base0D #81a2be
#define base0E #b294bb
#define base0F #a3685a
*.foreground: base05
*.background: base00
*.cursorColor: base05
*.color0: base00
*.color1: base08
*.color2: base0B
*.color3: base0A
*.color4: base0D
*.color5: base0E
*.color6: base0C
*.color7: base05
*.color8: base03
*.color9: base09
*.color10: base01
*.color11: base02
*.color12: base04
*.color13: base06
*.color14: base0F
*.color15: base07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment