Advertisement
cirrus

.Xdefaults

Jul 4th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. XTerm*termName: xterm-256color
  2. xterm*geometry: 82x20
  3. xterm*faceName: xft:terminus:pixelsize=10:antialias=false
  4. !xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
  5. !xterm*font: -misc-tamsyn-medium-r-normal--12-87-100-100-c-60-*
  6. xterm*dynamicColors: true
  7. xterm*utf8: 2
  8. xterm*eightBitInput: true
  9. xterm*saveLines: 512
  10. xterm*scrollKey: true
  11. xterm*scrollTtyOutput: true
  12. xterm*scrollBar: false
  13. xterm*rightScrollBar: false
  14. xterm*jumpScroll: false
  15. xterm*multiScroll: true
  16. xterm*toolBar: false
  17. *background: #262626
  18. *foreground: #497BF7
  19.  
  20.  
  21. URxvt.urlLauncher: vimperator2
  22.  
  23. *.colorBD: #CFCFCF
  24. *.colorUL: #A0A0A0
  25. *.colorIT: #686868
  26.  
  27. ! Black
  28. *color0: #111111
  29. *color8: #666666
  30.  
  31. ! Red
  32. *color1: rgb:d3/62/65
  33. *color9: rgb:ef/81/71
  34.  
  35. ! Green
  36. *color2: #aece91
  37. *color10: #cfefb3
  38.  
  39. ! Yellow
  40. *color3: rgb:e7/e1/8c
  41. *color11: rgb:ff/f7/96
  42.  
  43. ! Blue
  44. *color4: #5297cf
  45. *color12: #74b8ef
  46.  
  47. ! Magenta
  48. *color5: #963c59
  49. *color13: #b85e7b
  50.  
  51. ! Cyan
  52. *color6: #5E7175
  53. *color14: #A3BABF
  54.  
  55. ! White
  56. *color7: #bebebe
  57. *color15: #ffffff
  58.  
  59. URxvt.font: xft:fixed:size=12
  60. #URxvt.iconFile: /usr/share/icons/Clarity/scalable/apps/terminal.svg
  61. URxvt.perl-ext-common: default,matcher
  62. URxvt.url-launcher: /usr/bin/firefox
  63. URxvt.matcher.button: 1
  64. URxvt.keysym.C-Delete: perl:matcher:last
  65. URxvt.keysym.M-Delete: perl:matcher:list
  66. URxvt.colorUL: #4682B4
  67. color0 (black) = Black
  68. color1 (red) = Red3
  69. color2 (green) = Green3
  70. color3 (yellow) = Yellow3
  71. color4 (blue) = Blue3
  72. color5 (magenta) = Magenta3
  73. color6 (cyan) = Cyan3
  74. color7 (white) = AntiqueWhite
  75. color8 (bright black) = Grey25
  76. color9 (bright red) = Red
  77. color10 (bright green) = Green
  78. color11 (bright yellow) = Yellow
  79. color12 (bright blue) = Blue
  80. color13 (bright magenta)= Magenta
  81. color14 (bright cyan) = Cyan
  82. color15 (bright white) = White
  83. foreground = Black
  84. background = Blue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement