Created
July 25, 2015 15:55
-
-
Save jkauppinen/df2761ebd6ea146ab678 to your computer and use it in GitHub Desktop.
Xdefaults
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
# General | |
URxvt*saveLines: 12000 | |
xvt.perl-ext-common: ...,clipboard | |
URxvt.keysym.C-C: perl:clipboard:copy | |
URxvt.keysym.C-V: perl:clipboard:paste | |
# Fonts | |
URxvt*font: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:hinting=true | |
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=15:antialias=true:hinting=true | |
# Scrolling | |
URxvt*scrollBar: false | |
URxvt*scrollBar_right: false | |
URxvt*scrollstyle: rxvt | |
# Colors | |
URxvt*foreground: #DEDEDE | |
URxvt*background: #2B2B2B | |
URxvt*color0: #1c1c1c | |
URxvt*color8: #3d3a3a | |
URxvt*color1: #d770af | |
URxvt*color9: #d28abf | |
URxvt*color2 : #9acc79 | |
URxvt*color10: #8fb676 | |
URxvt*color3: #d0d26b | |
URxvt*color11: #c8bc45 | |
URxvt*color4 : #77b6c5 | |
URxvt*color12: #8fa7b9 | |
URxvt*color5: #a488d9 | |
URxvt*color13: #bd89de | |
URxvt*color6: #7fcab3 | |
URxvt*color14: #6ec2a8 | |
URxvt*color7: #8d8d8d | |
URxvt*color15: #dad3d3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment