Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. !XTerm*faceName: ttf-inconsolata
  2. !XTerm*faceSize: 8
  3. !XTerm*foreground: orange
  4. !XTerm*background: black
  5. !XTerm*cursorColor: red
  6.  
  7. URxvt.inputMethod: Anthy
  8. URxvt.imLocale: en_US.utf8
  9.  
  10. URxvt*scrollBar_right: false
  11. URxvt*scrollBar: false
  12. URxvt*borderLess: false
  13.  
  14. URxvt*inheritPixmap: true
  15. URxvt*tintColor: white
  16. URxvt*shading: 10
  17.  
  18. !URxvt*geometry: 84×24
  19. Xft.antialias: true
  20. Xft.hinting: true
  21. !Xft.hintstyle: hintsfull
  22. !Xft.dpi: 96
  23. !Xft.rgba: rgba
  24. URxvt*font:xft:Inconsolata:size=11
  25. !URxvt*boldFont:xft:Inconsolata:bold:size=11
  26. !URxvt*font:xft:Monospace:pixelsize=8:antialias=true
  27.  
  28. urxvt.urgentOnBell: true
  29.  
  30. URxvt.perl-ext-common: clipboard,matcher
  31. URxvt.keysym.Mod4-c: perl:clipboard:copy
  32. URxvt.keysym.Mod4-v: perl:clipboard:paste
  33.  
  34. URxvt.urlLauncher: /usr/bin/firefox
  35. URxvt.matcher.button: 1
  36.  
  37. URxvt*background: #000000
  38. URxvt*foreground: #FFA500
  39.  
  40. ! black
  41. URxvt.color0 : #2E3436
  42. URxvt.color8 : #555753
  43. ! red
  44. URxvt.color1 : #CC0000
  45. URxvt.color9 : #EF2929
  46. ! green
  47. URxvt.color2 : #4E9A06
  48. URxvt.color10 : #8AE234
  49. ! yellow
  50. URxvt.color3 : #C4A000
  51. URxvt.color11 : #FCE94F
  52. ! blue
  53. URxvt.color4 : #3465A4
  54. URxvt.color12 : #729FCF
  55. ! magenta
  56. URxvt.color5 : #75507B
  57. URxvt.color13 : #AD7FA8
  58. ! cyan
  59. URxvt.color6 : #06989A
  60. URxvt.color14 : #34E2E2
  61. ! white
  62. URxvt.color7 : #D3D7CF
  63. URxvt.color15 : #EEEEEC
  64.  
  65. !export GTK_IM_MODULE='uim'
  66. !export XMODIFIERS=@im='uim'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement