Advertisement
Guest User

Xresources

a guest
Aug 4th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.61 KB | None | 0 0
  1. !------------------------------------------------------------------------------
  2. ! XFT Settings
  3.      
  4. Xft.dpi:                                        96
  5. Xft.antialias:                                  true
  6. Xft.rgba:                                       rgb
  7. Xft.hinting:                                    true
  8. Xft.hintstyle:                                  hintslight
  9.  
  10.  
  11. URxvt.perl-ext-common:  default,matcher,vtwheel
  12. URxvt.url-launcher:      /usr/bin/luakit
  13. URxvt.matcher.button:   1
  14.  
  15.  
  16. URxvt.depth: 32
  17. URxvt.saveLines: 12000
  18. !URxvt.background: [92]#091114
  19.  
  20. !------------------------------------------------------------------------------
  21. ! URXVT - Settings
  22.  
  23. URxvt*geometry:                                 80x25
  24. URxvt*foreground:                               white
  25. URxvt*background:                               [95]#151515
  26. URxvt*borderLess:                               false
  27. URxvt*scrollBar:                                false
  28. URxvt*cursorBlink:                              true
  29. URxvt*cursorUnderline:                          true
  30. URxvt*cursorColor:                              #ffffff
  31. URxvt*scrollColor:                              #151515
  32. URxvt*perl-ext-common:                          default,clipboard,url-select,keyboard-select,vtwheel
  33. URxvt*font:                                     xft:terminusmodx:hinting=true:pixelsize=7:antialias=false
  34. URxvt*boldFont:                                 xft:terminusmodx:style=bold:hinting=true:pixelsize=7:antialias=false
  35. URxvt*italicFont:                               xft:terminusmodx:style=italic:hinting=true:pixelsize=7:antialias=false
  36. URxvt*boldItalicFont:                           xft:terminusmodx:style=bolditalic:hinting=true:pixelsize=7:antialias=false
  37. URxvt.underlineURLs:                            true
  38. URxvt.url-select.launcher:                      /usr/bin/luakit
  39. URxvt.url-select.underline:                     true
  40.  
  41. !------------------------------------------------------------------------------
  42. ! URxvt Colors
  43.  
  44. !black
  45. URxvt*color0:                                   #303030
  46. URxvt*color8:                                   #474747
  47. !red
  48. URxvt*color1:                                   #BF1E2D
  49. URxvt*color9:                                   #E7212A
  50. !green
  51. URxvt*color2:                                   #D7D7D7
  52. URxvt*color10:                                  #E6E6E6
  53. !yellow
  54. URxvt*color3:                                   #666666
  55. URxvt*color11:                                  #808080
  56. !blue
  57. URxvt*color4:                                   #FFFFFF
  58. URxvt*color12:                                  #ebebeb
  59. !magenta
  60. URxvt*color5:                                   #C3143B
  61. URxvt*color13:                                  #E82752
  62. !cyan
  63. URxvt*color6:                                   #D4D4D4
  64. URxvt*color14:                                  #EDEDED
  65. !white
  66. URxvt*color7:                                   #ebebeb
  67. URxvt*color15:                                  #cccccc
  68.  
  69. URxvt.colorIT:                                  #87af5f
  70. URxvt.colorBD:                                  #d7d7d7
  71. URxvt.colorUL:                                  #BF1E2D
  72. URxvt.background                                [95]#151515
  73.  
  74. !------------------------------------------------------------------------------
  75. ! General Colors
  76.  
  77. *foreground:                               #ebebeb
  78. *background:                               [95]#151515
  79.  
  80. !black
  81. *color0:                                   #303030
  82. *color8:                                   #474747
  83. !red
  84. *color1:                                   #BF1E2D
  85. *color9:                                   #E7212A
  86. !green
  87. *color2:                                   #D7D7D7
  88. *color10:                                  #E6E6E6
  89. !yellow
  90. *color3:                                   #666666
  91. *color11:                                  #808080
  92. !blue
  93. *color4:                                   #FFFFFF
  94. *color12:                                  #ebebeb
  95. !magenta
  96. *color5:                                   #C3143B
  97. *color13:                                  #E82752
  98. !cyan
  99. *color6:                                   #D4D4D4
  100. *color14:                                  #EDEDED
  101. !white
  102. *color7:                                   #ebebeb
  103. *color15:                                  #cccccc
  104.  
  105.  
  106. !------------------------------------------------------------------------------
  107. ! Man pages colors
  108.  
  109. *VT100.colorBDMode:                             true
  110. *VT100.colorBD:                                 red
  111. *VT100.colorULMode:                             true
  112. *VT100.colorUL:                                 magenta
  113. *VT100.veryBoldColors:                          6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement