Advertisement
cirrus

.Xdefaults

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