Created
December 18, 2012 01:08
-
-
Save ufo22940268/4324053 to your computer and use it in GitHub Desktop.
.Xdefaults
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*foreground: #c5c8c6 | |
URxvt*background: #1d1f21 | |
URxvt*cursorColor: #aeafad | |
URxvt*color0: #000000 | |
URxvt*color1: #912226 | |
URxvt*color2: #778900 | |
URxvt*color3: #ae7b00 | |
URxvt*color4: #1d2594 | |
URxvt*color5: #682a9b | |
URxvt*color6: #2b6651 | |
URxvt*color7: #929593 | |
URxvt*color8: #666666 | |
URxvt*color9: #cc6666 | |
URxvt*color10: #b5bd68 | |
URxvt*color11: #f0c674 | |
URxvt*color12: #81a2be | |
URxvt*color13: #b294bb | |
URxvt*color14: #8abeb7 | |
URxvt*color15: #ecebec | |
xterm*geometry: 80x25 | |
!Comment this to enable display chinese in terminal. | |
xterm*faceName: Ubuntu Mono:pixelsize=16 | |
xterm*utf8: true | |
xterm*inputMethod: ibus | |
!Uncomment to display chinese in terminal. | |
!XTerm*font: -misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1 | |
!XTerm*wideFont: -misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1 | |
! | |
URxvt*font :xft:Ubuntu Mono for Powerline:pixelsize=18 | |
URxvt*dynamicColors : on | |
URxvt*inputMethod : ibus | |
URxvt*scrollBar : false | |
!URxvt.preeditType : OverTheSpot | |
URxvt.scrollTtyOutput :false | |
URxvt.scrollWithBuffer :true | |
URxvt.scrollTtyKeypress : true |
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
foreground: #c5c8c6 | |
background: #1d1f21 | |
cursorColor: #aeafad | |
color0: #000000 | |
color1: #912226 | |
color2: #778900 | |
color3: #ae7b00 | |
color4: #1d2594 | |
color5: #682a9b | |
color6: #2b6651 | |
color7: #929593 | |
color8: #666666 | |
color9: #cc6666 | |
color10: #b5bd68 | |
color11: #f0c674 | |
color12: #81a2be | |
color13: #b294bb | |
color14: #8abeb7 | |
color15: #ecebec | |
xterm*geometry: 80x25 | |
!Comment this to enable display chinese in terminal. | |
xterm*faceName: Ubuntu Mono:pixelsize=16 | |
xterm*utf8: true | |
xterm*inputMethod: ibus | |
!Uncomment to display chinese in terminal. | |
!XTerm*font: -misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1 | |
!XTerm*wideFont: -misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1 | |
! | |
URxvt*font :xft:Ubuntu Mono for Powerline:pixelsize=18 | |
URxvt*dynamicColors : on | |
URxvt*inputMethod : ibus | |
URxvt*scrollBar : false | |
!URxvt.preeditType : OverTheSpot | |
URxvt.scrollTtyOutput :false | |
URxvt.scrollWithBuffer :true | |
URxvt.scrollTtyKeypress : true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment