Created
June 26, 2014 06:49
-
-
Save ngnguyen1/ca4399b0585ed637781e to your computer and use it in GitHub Desktop.
.Xdefault
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
| ! vim: set filetype=xdefaults : | |
| URxvt.perl-ext-common : default,keyboard-select,url-select,clipboard | |
| URxvt.keysym.M-x : perl:keyboard-select:activate | |
| URxvt.keysym.M-u : perl:url-select:select_next | |
| URxvt.keysym.M-c : perl:clipboard:copy | |
| URxvt.keysym.M-v : perl:clipboard:paste | |
| URxvt.keysym.M-s : perl:keyboard-select:search | |
| URxvt.keysym.M-C-v : perl:clipboard:paste_escaped | |
| URxvt.url-select.launcher : firefox | |
| URxvt.url-select.autocopy : true | |
| URxvt.url-select.underline : true | |
| !URxvt.font : xft:Monaco:size=10 | |
| !URxvt.font : xft:Droid Sans Mono for Powerline:size=9 | |
| !URxvt.font : xft:Monaco for Powerline:size=11 | |
| URxvt.font : xft:DejaVu Sans Mono for Powerline:size=10 | |
| URxvt*transparent: true | |
| URxvt*shading: 90 | |
| Emacs*useXIM: false | |
| !Emacs*.geometry: 80x77 | |
| URxvt.letterSpace : -1 | |
| !URxvt.termName : rxvt-256color | |
| URxvt.termName : xterm-256color | |
| ! URxvt.iso14755 : false | |
| URxvt.inputMethod : ibus | |
| URxvt.urgentOnBell: true | |
| URxvt.saveLines : 12000 | |
| URxvt.scrollBar : false | |
| URxvt.scrollstyle : rxvt | |
| !XFT | |
| Xft.lcdfilter : lcddefault | |
| Xft.hintstyle : hintslight | |
| Xft.hinting : true | |
| Xft.antialias : true | |
| Xft.rgba : rgb | |
| !Fading | |
| URxvt.fading : 30 | |
| URxvt.fadeColor : #333333 | |
| !Solarized + tangerine + random colours | |
| URxvt.cursorColor : #93A1A1 | |
| !URxvt.cursorColor :darkorange1 | |
| URxvt.pointerColorBackground : #586E75 | |
| URxvt.pointerColorForeground : #93A1A1 | |
| URxvt.background : #000000 | |
| !URxvt.background: #262626 | |
| URxvt.foreground : #AAAAAA | |
| URxvt.colorBD : #FFFFFF | |
| URxvt.colorUL : #CCCC66 | |
| ! black | |
| URxvt.color0 : #2E3436 | |
| URxvt.color8 : #555753 | |
| ! red | |
| URxvt.color1 : #DC322F | |
| URxvt.color9 : #E84F4F | |
| ! green | |
| URxvt.color2 : #27ae60 | |
| URxvt.color10 : #2ecc71 | |
| ! yellow | |
| URxvt.color3 : #f39c12 | |
| URxvt.color11 : #f1c40f | |
| ! blue | |
| URxvt.color4 : #268BD2 | |
| URxvt.color12 : #6699FF | |
| ! magenta | |
| URxvt.color5 : #9933CC | |
| URxvt.color13 : #CC66FF | |
| ! cyan | |
| URxvt.color6 : #33CC99 | |
| URxvt.color14 : #93A1A1 | |
| ! white | |
| URxvt.color7 : #EEE8D5 | |
| URxvt.color15 : #FDF6E3 | |
| !! Xterm setting | |
| !XTerm*faceName: xft:DejaVu Sans Mono for Powerline:pixelsize=14:antialias=true | |
| !XTerm*faceName: xft:Monaco for Powerline:pixelsize=14:antialias=false | |
| !xft:Droid Sans Mono for Powerline:pixelsize=14:antialias=true | |
| xterm*faceName: DejaVu Sans Mono for Powerline | |
| xterm*faceSize: 10 | |
| xterm*font: 7x13 | |
| !XTerm*background: grey15 | |
| *xterm*background: #101010 | |
| XTerm*foreground: grey75 | |
| xterm*cursorBlink: true | |
| xterm*visualBell: false | |
| !XTerm*cursorColor: darkorange1 | |
| *xterm*cursorColor: #9CE82B | |
| XTerm*scrollBar: false | |
| XTterm*utf8: 2 | |
| XTerm*termName: xterm-256color | |
| !!XTerm*faceName: xft:Dejavu Sans Mono:pixelsize=11.5 | |
| ! http://invisible-island.net/xterm/xterm.faq.html#tiny_menus | |
| XTerm.VT100.geometry: 93x29 | |
| XTerm*saveLines: 7777 | |
| XTerm*metaSendsEscape: true | |
| XTerm*highlightSelection: true | |
| XTerm*trimSelection: true | |
| XTerm*cutNewline: false | |
| XTerm*colorBDMode: true | |
| XTerm*colorBD: khaki | |
| XTerm*charClass: 3:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48 | |
| !colors | |
| !black | |
| XTerm*color0: #171717 | |
| XTerm*color8: #737373 | |
| !red | |
| XTerm*color1: #FF5E5E | |
| XTerm*color9: #FF7878 | |
| !green | |
| XTerm*color2: #9CE82B | |
| XTerm*color10: #9ACD32 | |
| !yellow | |
| XTerm*color3: #F0E68C | |
| XTerm*color11: #EEE8AA | |
| !blue | |
| XTerm*color4: #008AFF | |
| XTerm*color12: #4F98FF | |
| !magenta | |
| XTerm*color5: #E88CFF | |
| XTerm*color13: #EDA6FF | |
| !cyan | |
| XTerm*color6: #87CEFA | |
| XTerm*color14: #B0E2FF | |
| !white | |
| XTerm*color7: #DCDCCC | |
| XTerm*color15: #FFFFFF | |
| *VT100.Translations: #override \ | |
| <Key>BackSpace: string(0x7F)\n\ | |
| <Key>Delete: string("\033[3~")\n\ | |
| <Key>Home: string("\033[1~")\n\ | |
| <Key>End: string("\033[4~") | |
| *ttyModes: erase ^? | |
| Aterm*background: #000000 | |
| Aterm*foreground: #ffffff | |
| Aterm*transparent: true | |
| Aterm*shading: 80 | |
| Aterm*cursorColor: #d8d8d8 | |
| Aterm*scrollbars: false | |
| Aterm*saveLines: 2000 | |
| Aterm*tinting: gray | |
| Aterm*scrollBar: false | |
| !Aterm*scrollBar_right: true | |
| Aterm*transpscrollbar: true | |
| Aterm*borderwidth: 0 | |
| aterm*font:*-*-fixed-medium-r-normal--*-110-*-*-*-*-iso8859-1 | |
| aterm*boldFont:*-*-fixed-bold-r-normal--*-*-110-*-*-*-*-iso8859-1 | |
| Aterm*geometry: 80x25 | |
| Aterm*fading: 70 | |
| !colors | |
| !black | |
| Aterm*color0: #333333 | |
| Aterm*color8: #686868 | |
| !red | |
| Aterm*color1: #CA5E5E | |
| Aterm*color9: #FF595D | |
| !green | |
| Aterm*color2: #ABCB8D | |
| Aterm*color10: #AFD78A | |
| !yellow | |
| Aterm*color3: #C48D62 | |
| Aterm*color11: #E0A765 | |
| !blue | |
| Aterm*color4: #8CA0B0 | |
| Aterm*color12: #3D6A82 | |
| !magenta | |
| Aterm*color5: #CC98E0 | |
| Aterm*color13: #E1A2DC | |
| !cyan | |
| Aterm*color6: #44CACF | |
| Aterm*color14: #6CBFC4 | |
| !white | |
| Aterm*color7: #E7E6DD | |
| Aterm*color15: #F0EFE7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment