Created
January 4, 2017 05:41
-
-
Save nikhan/f140bea2aaa9c6bdb176d6677434070b to your computer and use it in GitHub Desktop.
01-03-2017
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
Xft.antialias: true | |
Xft.rgba: none | |
Xft.hinting: true | |
Xft.autohint: true | |
Xft.hintstyle: hintslight | |
URxvt*termName: screen-256color | |
URxvt*scrollBar: false | |
URxvt*visualBell: false | |
URxvt*urgentOnBell: true | |
URxvt*mapAlert: true | |
URxvt.font: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.imFont: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.boldFont: xft:Ubuntu Mono:bold:pixelsize=14:antialias=true | |
URxvt.italicFont: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.boldItalicFont: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.letterSpace: 0 | |
URxvt*saveLines: 10000 | |
URxvt*buffered: true | |
URxvt*externalBorder: 24 | |
URxvt*internalBorder: 0 | |
! frankenstein between base16-solar-flare and lucario | |
! https://github.com/chriskempson/base16-xresources/blob/master/xresources/base16-solar-flare.Xresources | |
! https://github.com/raphamorim/lucario/blob/master/xterm/.Xresources | |
#define base00 #18262F | |
#define base01 #222E38 | |
#define base02 #586875 | |
#define base03 #667581 | |
#define base04 #85939E | |
#define base05 #A6AFB8 | |
#define base06 #E8E9ED | |
#define base07 #F5F7FA | |
#define base08 #EF5253 | |
#define base09 #E66B2B | |
#define base0A #E4B51C | |
#define base0B #7CC844 | |
#define base0C #52CBB0 | |
#define base0D #33B5E1 | |
#define base0E #A363D5 | |
#define base0F #D73C9A | |
*.foreground: base05 | |
*.background: base00 | |
*.cursorColor: base05 | |
! | |
*.color0: base00 | |
!*.color1: base08 | |
!*.color2: base0B | |
!*.color3: base0A | |
!*.color4: base0D | |
!*.color5: base0E | |
!*.color6: base0C | |
!*.color7: base05 | |
! | |
*.color8: base03 | |
!*.color9: base09 | |
!*.color10: base01 | |
!*.color11: base02 | |
!*.color12: base04 | |
!*.color13: base06 | |
!*.color14: base0F | |
!*.color15: base07 | |
!BLK Cursor | |
#define _color0 #4f4f4f | |
#define _color8 #4f4f4f | |
!RED Tag | |
#define _color1 #ff6c60 | |
#define _color9 #fa6960 | |
!GRN SpecialKey | |
#define _color2 #fbb036 | |
#define _color10 #fbb036 | |
!YEL Keyword | |
#define _color3 #ffffb6 | |
#define _color11 #feffb9 | |
!BLU Number | |
#define _color4 #5796ed | |
#define _color12 #6b9fed | |
!MAG Precondit | |
#define _color5 #ff73fd | |
#define _color13 #fc6ffa | |
!CYN Float | |
#define _color6 #8ee478 | |
#define _color14 #8ee478 | |
!WHT Search | |
#define _color7 #eeeeee | |
#define _color15 #ffffff | |
!FMT Include, StatusLine, ErrorMsg | |
#define _colorBD #ffffff | |
#define _colorUL #ffffff | |
#define _colorIT #ffffff | |
! URxvt*color0 : _color0 | |
URxvt*color1 : _color1 | |
URxvt*color2 : _color2 | |
URxvt*color3 : _color3 | |
URxvt*color4 : _color4 | |
URxvt*color5 : _color5 | |
URxvt*color6 : _color6 | |
URxvt*color7 : _color7 | |
! URxvt*color8 : _color8 | |
URxvt*color9 : _color9 | |
URxvt*color10 : _color10 | |
URxvt*color11 : _color11 | |
URxvt*color12 : _color12 | |
URxvt*color13 : _color13 | |
URxvt*color14 : _color14 | |
URxvt*color15 : _color15 | |
URxvt*colorBD : _colorBD | |
URxvt*colorIT : _colorIT | |
URxvt*colorUL : _colorUL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment