Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !-------------------------------------------------------------------------------
- ! Xft settings
- !-------------------------------------------------------------------------------
- Xft.dpi: 96
- Xft.antialias: false
- Xft.rgba: rgb
- Xft.hinting: full
- Xft.hintstyle: hintslight
- URxvt.depth: 32
- URxvt.geometry: 70x16
- URxvt.transparent: false
- URxvt.fading: 0
- ! URxvt.urgentOnBell: true
- ! URxvt.visualBell: true
- URxvt.loginShell: true
- URxvt.saveLines: 50
- URxvt.internalBorder: 14
- URxvt.lineSpace: 0
- ! Fonts
- URxvt.allow_bold: false
- /* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
- URxvt*font: xft:lemon:pixelsize=8
- URxvt*boldFont: xft:lemon:pixelsize=8
- ! Fix font space
- URxvt*letterSpace: 1
- ! Scrollbar
- URxvt.scrollStyle: rxvt
- URxvt.scrollBar: false
- ! Perl extensions
- URxvt.perl-ext-common: default,matcher
- URxvt.matcher.button: 1
- URxvt.urlLauncher: firefox
- ! Cursor
- URxvt.cursorBlink: true
- URxvt.cursorColor: #E2E2E2
- URxvt.cursorUnderline: false
- ! Pointer
- URxvt.pointerBlank: true
- *background: #1d293d
- *foreground: #91C9C3
- !!*fading: 40
- *fadeColor: #002b36
- *cursorColor: #e2e2e2
- *pointerColorBackground: #586e75
- *pointerColorForeground: #93a1a1
- !colors
- !black
- URxvt*color0: #666666
- URxvt*color8: #808080
- !red
- URxvt*color1: #CC6666
- URxvt*color9: #E67373
- !green
- URxvt*color2: #66CC99
- URxvt*color10: #73E6AC
- !yellow
- URxvt*color3: #CC9966
- URxvt*color11: #F2B679
- !blue
- URxvt*color4: #6699CC
- URxvt*color12: #73ACE6
- !magenta
- URxvt*color5: #CC6699
- URxvt*color13: #E673AC
- !cyan
- URxvt*color6: #66CCCC
- URxvt*color14: #73E6E6
- !white
- URxvt*color7: #CCCCCC
- URxvt*color15: #E6E6E6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement