Last active
October 15, 2016 00:08
-
-
Save kondor6c/df64d1866ec3a08d6e9f27618d8acc12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URxvt.visualBell: True | |
# URxvt.skipScroll: True | |
URxvt*jumpScroll: true | |
URxvt*scrollWithBuffer: true | |
URxvt*scrollTtyOutput: false | |
URxvt*scrollTtyKeypress: true | |
# URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true | |
# URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true | |
# URxvt*font: xft:Bitstream Vera Sans Mono:bold:pixelsize=13:antialias=true:hinting=true | |
# URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=13:antialias=true:hinting=true | |
URxvt*font: xft:DejaVu Sans Mono:style=Regular:pixelsize=13:antialias=true | |
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=13:antialias=true:hinting=true | |
URxvt.color4: RoyalBlue | |
URxvt.color12: RoyalBlue | |
URxvt.background: Black | |
URxvt.foreground: AntiqueWhite | |
URxvt.fadeColor: black | |
URxvt.fading: 50 | |
URxvt.tintColor: rgba:ff00/dd00/0000/4444 | |
URxvt.cursorColor: Yellow | |
URxvt.pointerColor: Yellow | |
URxvt.pointerColor2: black | |
URxvt.borderColor: Yellow | |
URxvt.scrollColor: Yellow | |
URxvt.scrollstyle: plain | |
URxvt.cursorBlink: True | |
URxvt.borderLess: True | |
URxvt.internalBorder: 2 | |
URxvt.externalBorder: 0 | |
URxvt.transparent: True | |
URxvt.scrollBar: True | |
URxvt.thickness: 1 | |
urxvt -title blue -tint rgba:0000/2200/AA00/8888 -cr Blue -pr Blue -pr2 White -bd blue --scrollColor Blue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment