Created
August 22, 2017 02:48
-
-
Save tknv/c3095765d1e7426676ddb9902fd07b18 to your computer and use it in GitHub Desktop.
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.scrollBar: on | |
URxvt.borderWidth: 0 | |
URxvt.internalBorder: 0 | |
URxvt.externalBorder: 0 | |
URxvt.hideButtons: true | |
URxvt.linespace: 0 | |
URxvt.inputMethod: ibus | |
URxvt.preeditType: OnTheSpot,None | |
! fonts | |
URxvt.font: xft:Terminus:size=13,xft:Roboto Mono for Powerline:pixelsize=13 | |
URxvt.loginShell: true | |
URxvt.urgentOnBell: true | |
URxvt.keysym.F11: perl:fullscreen:switch | |
URxvt.keysym.Home: \033[1~ | |
URxvt.keysym.End: \033[4~ | |
!Urxvt.perl-ext-common: default,clipboard,url-select,tabbedex,matcher,keyboard-select,font-size | |
Urxvt.perl-ext-common: default,clipboad | |
!Urxvt.keysym.M-u: perl:url-select:select_next | |
!Urxvt.keysym.M-Escape: perl:keyboard-select:activate | |
!Urxvt.keysym.M-s: perl:keyboard-select:search | |
!Urxvt.url-select.launcher: /usr/bin/xdg-open | |
!Urxvt.url-select.underline: true | |
!Urxvt.matcher.button: 1 | |
URxvt.keysym.Shift-Control-V: perl:clipboard:paste | |
URxvt.iso1475: False | |
! cursor | |
URxvt.cursorColor: #ffff00 | |
URxvt.pointerColor: #ffffff | |
URxvt*transparent: true | |
URxvt.transparentTabbar: true | |
! term color | |
URxvt.termName: xterm-256color | |
urxvt.saveLines: 10000 | |
urxvt*scrollTtyKeypress: true | |
urxvt*scrollTtyOutput: false | |
urxvt*scrollWithBuffer: false | |
urxvt.scrollstyle: plain | |
urxvt.secondaryScroll: true | |
Urxvt*title: Terminal | |
!Urxvt.termName: urxvt-256color | |
! Xft ---------------- | |
Xft.autohint: 0 | |
Xft.lcdfilter: lcddefault | |
Xft.hintstyle: hintfull | |
Xft.hinting: 1 | |
Xft.antialias: 1 | |
Xft.dpi: 96 | |
Xft.rgba: rgb | |
! rxvt-unicode ------- | |
URxvt.perl-ext-common: default,matcher | |
URxvt.letterSpace: -1 | |
! ir-black color theme ------- | |
#define S_base03 #002b36 | |
#define S_base02 #073642 | |
#define S_base01 #586e75 | |
#define S_base00 #657b83 | |
#define S_base0 #839496 | |
#define S_base1 #93a1a1 | |
#define S_base2 #eee8d5 | |
#define S_base3 #fdf6e3 | |
URxvt.background: S_base3 | |
URxvt.foreground: S_base00 | |
URxvt.fadeColor: S_base3 | |
URxvt.cursorColor: S_base01 | |
URxvt.pointerColorBackground:S_base1 | |
URxvt.pointerColorForeground:S_base01 | |
#define S_yellow #b58900 | |
#define S_orange #cb4b16 | |
#define S_red #dc322f | |
#define S_magenta #d33682 | |
#define S_violet #6c71c4 | |
#define S_blue #268bd2 | |
#define S_cyan #2aa198 | |
#define S_green #859900 | |
!! black dark/light | |
URxvt.color0: S_base02 | |
URxvt.color8: S_base03 | |
!! red dark/light | |
URxvt.color1: S_red | |
URxvt.color9: S_orange | |
!! green dark/light | |
URxvt.color2: S_green | |
URxvt.color10: S_base01 | |
!! yellow dark/light | |
URxvt.color3: S_yellow | |
URxvt.color11: S_base00 | |
!! blue dark/light | |
URxvt.color4: S_blue | |
URxvt.color12: S_base0 | |
!! magenta dark/light | |
URxvt.color5: S_magenta | |
URxvt.color13: S_violet | |
!! cyan dark/light | |
URxvt.color6: S_cyan | |
URxvt.color14: S_base1 | |
!! white dark/light | |
URxvt.color7: S_base2 | |
URxvt.color15: S_base3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment