Created
March 3, 2016 23:58
-
-
Save defektive/0c23543f9bc5579e0a2c to your computer and use it in GitHub Desktop.
WIP: ~/.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*scrollBar: false | |
Xft*dpi: 120 | |
Xft*antialias: true | |
Xft*hinting: full | |
URxvt*geometry: 85x16 | |
URxvt*fading: 0 | |
URxvt*tintColor: #ffffff | |
URxvt*shading: 0 | |
URxvt*inheritPixmap: False | |
! how many lines you want it to save per session | |
URxvt*saveLines:32767 | |
URxvt*font: xft:Inconsolata:Medium:pixelsize=14 | |
! with this set to true, when an app sends a bell to the terminal, awesome hilights the appropriate tag(s) ;) | |
! these three lines enable clicking on links to open them ;) | |
!## if you want to enable tab support, append ,tabbed to the next line | |
!## then use shift+down arrow to create tabs and shift+{left,right} arrows to switch between them | |
URxvt*perl-ext-common: default,matcher,-option-popup,-selection-popup,-realine,clipboard | |
URxvt*matcher.button: 1 | |
!# dont forget to change this to your favorite browser | |
URxvt*urlLauncher: /usr/bin/chromium | |
!URxvt.font: xft:DejaVu Sans Mono:pixelsize=14 | |
!URxvt.boldFont: xft:DejaVu Sans Mono:pixelsize=14:weight=bold | |
urxvt.letterSpace: -3 | |
urxvt.background: black | |
urxvt.foreground: gray | |
!! Yeah, I am one of those, who use these keys in Vim :-( | |
urxvt.keysym.Home: \033[1~ | |
urxvt.keysym.End: \033[4~ | |
urxvt.keysym.Control-Up: \033[1;5A | |
urxvt.keysym.Control-Down: \033[1;5B | |
urxvt.keysym.Control-Left: \033[1;5D | |
urxvt.keysym.Control-Right: \033[1;5C | |
!! Tango color theme | |
!! Strange - it matches tango from gnome-terminal, but looks different | |
URxvt.color0: rgb:00/00/00 | |
URxvt.color1: rgb:CC/00/00 | |
URxvt.color2: rgb:4E/9A/06 | |
URxvt.color3: rgb:C4/A0/00 | |
URxvt.color4: rgb:34/65/A4 | |
URxvt.color5: rgb:75/50/7B | |
URxvt.color6: rgb:06/98/9A | |
URxvt.color7: rgb:D3/D7/CF | |
URxvt.color8: rgb:55/57/53 | |
URxvt.color9: rgb:EF/29/29 | |
URxvt.color10: rgb:8A/E2/34 | |
URxvt.color11: rgb:FC/E9/4F | |
URxvt.color12: rgb:72/9F/CF | |
URxvt.color13: rgb:AD/7F/A8 | |
URxvt.color14: rgb:34/E2/E2 | |
URxvt.color15: rgb:EE/EE/EC | |
URxvt.colorBD: rgb:ff/ff/ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment