Created
August 18, 2015 01:04
-
-
Save lhl/593bfb161d69ea0abe25 to your computer and use it in GitHub Desktop.
Revisions
-
lhl created this gist
Aug 18, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,75 @@ ! http://crunchbang.org/forums/viewtopic.php?id=5618 ! Xft.dpi: 110 Xft.dpi: 96 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb ! https://wiki.archlinux.org/index.php/rxvt-unicode URxvt.font: xft:Source Code Pro for Powerline:size=10 ! URxvt.letterSpace: -1 ! URxvt*font: xft:Source\ Code\ Pro\ Medium:pixelsize=13:antialias=true:hinting=true,xft:Source\ Code\ Pro\ Medium:pixelsize=13:antialias=true:hinting=true URxvt.scrollstyle: plain URxvt.termName: rxvt ! http://scarygliders.net/2011/12/01/customize-xterm-the-original-and-best-terminal/ xterm*faceName: Source Code Pro for Powerline xterm*faceSize: 10 ! URxvt URxvt.depth: 32 URxvt.background: [96]#2b303b ! Base16 Ocean ! Scheme: Chris Kempson (http://chriskempson.com) #define base00 #2b303b #define base01 #343d46 #define base02 #4f5b66 #define base03 #65737e #define base04 #a7adba #define base05 #c0c5ce #define base06 #dfe1e8 #define base07 #eff1f5 #define base08 #bf616a #define base09 #d08770 #define base0A #ebcb8b #define base0B #a3be8c #define base0C #96b5b4 #define base0D #8fa1b3 #define base0E #b48ead #define base0F #ab7967 *.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: base08 *.color10: base0B *.color11: base0A *.color12: base0D *.color13: base0E *.color14: base0C *.color15: base07 ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! use 'shell' template to set these if necessary *.color16: base09 *.color17: base0F *.color18: base01 *.color19: base02 *.color20: base04 *.color21: base06