Last active
May 24, 2019 10:18
-
-
Save elhenro/8303f5f373b6b34d4b3f026b35f80843 to your computer and use it in GitHub Desktop.
elhenro .Xresources
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
! URxvt | |
URxvt.saveLines: 2000 | |
URxvt.scrollBar: False | |
URxvt.scrollstyle: rxvt | |
URxvt.cursorBlink: False | |
! Extensions | |
URxvt.perl-ext-common: default,selection-to-clipboard,resize-font | |
URxvt.urlLauncher: xdg-open | |
URxvt.urlButton: 1 | |
URxvt.underlineURLs: True | |
URxvt.copyCommand: xclip -i -selection clipboard | |
URxvt.pasteCommand: xclip -o -selection clipboard | |
URxvt.keysym.Shift-Control-V: eval:paste_clipboard | |
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard | |
! disable iso shift binding | |
URxvt.iso14755: false | |
URxvt.iso14755_52: false | |
! Navy and Ivory Theme | |
urxvt.foreground: #E8DFD6 | |
urxvt.background: #021B21 | |
urxvt.cursorColor: #2E3340 | |
urxvt.color0: #032C36 | |
urxvt.color8: #065F73 | |
urxvt.color1: #C2454E | |
urxvt.color9: #EF5847 | |
urxvt.color2: #7CBF9E | |
urxvt.color10: #A2D9B1 | |
urxvt.color3: #8A7A63 | |
urxvt.color11: #BEB090 | |
urxvt.color4: #2E3340 | |
urxvt.color12: #61778D | |
urxvt.color5: #FF5879 | |
urxvt.color13: #FF99A1 | |
urxvt.color6: #44B5B1 | |
urxvt.color14: #9ED9D8 | |
urxvt.color7: #F2F1B9 | |
urxvt.color15: #F6F6C9 | |
! Font & Characters | |
URxvt.font: xft:Hack Nerd Font:pixelsize=12,\ | |
xft:DejaVu Sans Mono:pixelsize:12,\ | |
xft:Unifont:pixelsize:12,\ | |
-*-unifont-*-*-*-*-*-*-*-*-*-*-*-* | |
! Transparency | |
URxvt.transparent: true | |
URxvt.shading: 20 | |
!URxvt.letterSpace: -5 | |
XTerm*cursorColor: #FFFFFF | |
URxvt.cursorColor: white |
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
! URxvt | |
URxvt.saveLines: 2000 | |
URxvt.scrollBar: False | |
URxvt.scrollstyle: rxvt | |
URxvt.cursorBlink: False | |
! Extensions | |
URxvt.perl-ext-common: default,selection-to-clipboard,resize-font | |
URxvt.urlLauncher: xdg-open | |
URxvt.urlButton: 1 | |
URxvt.underlineURLs: True | |
URxvt.copyCommand: xclip -i -selection clipboard | |
URxvt.pasteCommand: xclip -o -selection clipboard | |
URxvt.keysym.Shift-Control-V: eval:paste_clipboard | |
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard | |
! disable iso shift binding | |
URxvt.iso14755: false | |
URxvt.iso14755_52: false | |
! Navy and Ivory Theme | |
urxvt.foreground: #E8DFD6 | |
urxvt.background: #021B21 | |
urxvt.cursorColor: #2E3340 | |
urxvt.color0: #032C36 | |
urxvt.color8: #065F73 | |
urxvt.color1: #C2454E | |
urxvt.color9: #EF5847 | |
urxvt.color2: #7CBF9E | |
urxvt.color10: #A2D9B1 | |
urxvt.color3: #8A7A63 | |
urxvt.color11: #BEB090 | |
urxvt.color4: #2E3340 | |
urxvt.color12: #61778D | |
urxvt.color5: #FF5879 | |
urxvt.color13: #FF99A1 | |
urxvt.color6: #44B5B1 | |
urxvt.color14: #9ED9D8 | |
urxvt.color7: #F2F1B9 | |
urxvt.color15: #F6F6C9 | |
! Font & Characters | |
URxvt.font: xft:Hack:pixelsize=18,\ | |
xft:DejaVu Sans Mono:pixelsize:18,\ | |
xft:Unifont:pixelsize:16,\ | |
-*-unifont-*-*-*-*-*-*-*-*-*-*-*-* | |
! Transparency | |
URxvt.transparent: true | |
URxvt.shading: 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment