Skip to content

Instantly share code, notes, and snippets.

@0x17de
Created November 10, 2016 15:45
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 0x17de/d0a18ca2dccce7edf6339765640c1092 to your computer and use it in GitHub Desktop.
Save 0x17de/d0a18ca2dccce7edf6339765640c1092 to your computer and use it in GitHub Desktop.
URxvt.geometry: 100x30
!aurxvt*termName: rxvt-256color
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*urgentOnBell: true
!aurxvt*override-redirect:false
!aurxvt*borderLess: false
!aurxvt*internalBorder: 0
!aurxvt*externalBorder: 0
! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
#tabbed breaks ctrl+arrows & pos1&end
!aurxvt*urlLauncher: /usr/bin/firefox
!aurxvt*matcher.button: 1
! - catch ugly URLs
!aurxvt*cutchars: `()'*<>[]{|}"
! Appearance
! - use a bitmap font
!aurxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
!aurxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-*-*
! - use xft for drawing fonts
!urxvt*font: xft:Terminus:8
urxvt*font: xft:terminus-8:encoding=combined
!urxvt*font: xft:Noto Sans Kannada:style=Regular:pixelsize=12
!urxvt*font: -xos4-noto-medium-*-*-*-12-*-*-*-*-*-*-*
! - cursor
urxvt*cursorColor: #DCDCCC
! - pseudo transparency
!aurxvt*shading: 14
!aurxvt*transparent:true
!
! - color scheme
!aurxvt.background: #000000
!aurxvt.background: rgba:0000/0000/0000/aaaa
urxvt*depth: 32
!TomorrowNightBright
#define t_background #000000
#define t_current_line #2a2a2a
#define t_selection #f2f2f2
#define t_foreground #eaeaea
#define t_comment #969896
#define t_red #d54e53
#define t_orange #e78c45
#define t_yellow #e7c547
#define t_green #b9ca4a
#define t_aqua #70c0b1
#define t_blue #7aa6da
#define t_purple #c397d8
URxvt*background: #000000
URxvt*foreground: #eaeaea
URxvt*cursorColor: #aeafad
! Black / Grey
URxvt*color0: #000000
URxvt*color8: #666666
! Red / Bright Red
URxvt*color1: #d54e53
URxvt*color9: #FF3334
! Green + Bright Green
URxvt*color2: #b9ca4a
URxvt*color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
URxvt*color3: #e78c45
URxvt*color11: #e7c547
! Blue + Bright Blue
URxvt*color4: #7aa6da
URxvt*color12: #7faadf
! Magenta (Purple) + Bright Magenta
URxvt*color5: #c397d8
URxvt*color13: #b777e0
! Cyan (Aqua) + Bright Cyan
URxvt*color6: #70c0b1
URxvt*color14: #54ced6
! Light Grey (Selection) + White (Current Line)
URxvt*color7: #a2a2a2
URxvt*color15: #2a2a2a
!! Zenburn color-scheme
!URxvt*background: #3F3F3F
!URxvt*foreground: #DCDCCC
!URxvt*cursorColor: #DCDCCC
!URxvt*cursorColor2: #FFFFEF
!URxvt*colorUL: #8CD0D3
!URxvt*underlineColor: #F0DFAF
!URxvt*colorBD: #E0CF9F
!URxvt*colorIT: #656555
!
!!! black dark/light
!URxvt*color0: #3F3F3F
!URxvt*color8: #5F5F5F
!!! red dark/light
!URxvt*color1: #BC8383
!URxvt*color9: #CC9393
!!! green dark/light
!URxvt*color2: #5F7F5F
!URxvt*color10: #7F9F7F
!!! yellow dark/light
!URxvt*color3: #E0CF9F
!URxvt*color11: #F0DFAF
!!! blue dark/light
!URxvt*color4: #7CB8BB
!URxvt*color12: #8CD0D3
!!! magenta dark/light
!URxvt*color5: #DC8CC3
!URxvt*color13: #DC8CC3
!!! cyan dark/light
!URxvt*color6: #93E0E3
!URxvt*color14: #93E0E3
!!! white dark/light
!URxvt*color7: #DCDCCC
!URxvt*color15: #FFFFFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment