Last active
August 31, 2018 12:26
-
-
Save yvesh/bd4f25cb12d3beef72e2 to your computer and use it in GitHub Desktop.
URxvt Xdefaults config
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.saveLines: 2000 | |
URxvt.scrollBar: false | |
URxvt.foreground: #f9f7f1 | |
URxvt.depth: 32 | |
URxvt.secondaryScroll: true | |
URxvt.font: xft:DejaVu Sans Mono for Powerline:pixelsize=22:antialias=true | |
URxvt.perl-ext-common: default,matcher,selection-to-clipboard | |
URxvt.urlLauncher: chromium | |
URxvt.matcher.button: 1 | |
URxvt.tabbed.saveLines: 2000 | |
URxvt.tabbed.scrollBar: false | |
URxvt.tabbed.secondaryScroll: true | |
URxvt.tabbed.font: xft:Bitstream Vera Sans Mono:pixelsize=20:antialias=true | |
URxvt.intensityStyles: false | |
!! black dark/light | |
*color0: #073642 | |
*color8: #002b36 | |
!! red dark/light | |
*color1: #dc322f | |
*color9: #cb4b16 | |
!! green dark/light | |
*color2: #859900 | |
*color10: #586e75 | |
!! yellow dark/light | |
*color3: #b58900 | |
*color11: #657b83 | |
!! blue dark/light | |
*color4: #268bd2 | |
*color12: #839496 | |
!! magenta dark/light | |
*color5: #d33682 | |
*color13: #6c71c4 | |
!! cyan dark/light | |
*color6: #2aa198 | |
*color14: #93a1a1 | |
!! white dark/light | |
*color7: #eee8d5 | |
*color15: #fdf6e3 | |
URxvt.background: [80]#000000 | |
!! *transparent: true | |
URxvt*inheritPixmap: true | |
URxvt*.transparent: true | |
URxvt*.shading: 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment