Created
August 19, 2018 14:07
-
-
Save loosechainsaw/60fe28778911c40d25f6b983caf35657 to your computer and use it in GitHub Desktop.
Rxvt settings
This file contains 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
!------------------------------------------------------------------------------- | |
! Xft settings | |
!------------------------------------------------------------------------------- | |
Xft.dpi: 96 | |
Xft.antialias: false | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
URxvt.depth: 32 | |
URxvt.geometry: 90x30 | |
URxvt.transparent: false | |
URxvt.fading: 0 | |
! URxvt.urgentOnBell: true | |
! URxvt.visualBell: true | |
URxvt.loginShell: true | |
URxvt.saveLines: 50 | |
URxvt.internalBorder: 3 | |
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:Monospace:pixelsize=14 | |
URxvt*boldFont: xft:Monospace:pixelsize=14 | |
! 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: #657b83 | |
URxvt.cursorUnderline: false | |
! Pointer | |
URxvt.pointerBlank: true | |
! (default: brown / mint_green) | |
URxvt.background: #1f1912 | |
URxvt.foreground: #d5fac8 | |
! (black: dark_brown / light_brown) | |
URxvt.color0: #0a0806 | |
URxvt.color8: #816749 | |
! (red: red / pink) | |
URxvt.color1: #d80450 | |
URxvt.color9: #ec6c99 | |
! (green: green / lime_green) | |
URxvt.color2: #76bc20 | |
URxvt.color10: #94d900 | |
! (yellow: orange / yellow) | |
URxvt.color3: #fbb32f | |
URxvt.color11: #e5e339 | |
! (blue: blue / pastel_green) | |
URxvt.color4: #3f91f1 | |
URxvt.color12: #d8ff84 | |
! (magenta: burnt_orange / lavender) | |
URxvt.color5: #f63f05 | |
URxvt.color13: #e6a2f3 | |
! (cyan: pastel_blue / pastel_blue) | |
URxvt.color6: #8ccdf0 | |
URxvt.color14: #8ccdf0 | |
! (white: brown / tan) | |
URxvt.color7: #1f1912 | |
URxvt.color15: #fee3b4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment