.Xresources 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. ! Font options - ~/.fonts.conf seems to override this
  2. ! ! Resolution for Xft in dots per inch (e.g. 96)
  3. ! !Xft.dpi: 128
  4. ! Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
  5. ! !Xft.rgba: rgba
  6. ! !Xft.antialias: 1
  7. ! !Xft.hinting: 1
  8. ! !Xft.autohint: 0
  9. ! ! What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
  10. ! !Xft.hintstyle: hintslight
  11. !
  12. ! xterm*faceName: terminus-12
  13. ! URxvt*font: Terminus-12
  14. ! URxvt*boldFont: Terminus-12
  15. !
  16. #define FONTSIZE 13
  17. xterm*faceName: xft:Terminus:size=FONTSIZE:antialias=true:hinting=true:autohint=false:hintstyle=hintnone:dpi=96
  18. URxvt*font: xft:Terminus:size=FONTSIZE:antialias=true:hinting=true:autohint=false:hintstyle=hintnone:dpi=96
  19. URxvt*boldFont: xft:Terminus:size=FONTSIZE:antialias=true:hinting=true:autohint=false:hintstyle=hintnone:dpi=96
  20. !
  21. Xcursor.theme: Adwaita
  22. Xcursor.size: 16
  23. ! ! Extra options for xft font spec - ~/.fonts.conf seems to override this
  24. ! !:antialias=false:hintstyle=hintfull
  25. !
  26. ! #define WINDOWGEOMETRY 90x20
  27. ! ! xterm
  28. !xterm*dynamiccolors: true
  29. ! xterm*utf8: 2
  30. ! xterm*geometry: WINDOWGEOMETRY
  31. xterm*visualBell: on
  32. ! xterm*highlightSelection: true
  33. xterm*background: white
  34. xterm*foreground: black
  35. ! !xterm*colorMode: on
  36. ! !xterm*colorBD: lightcyan
  37. ! !xterm*colorBDMode: on
  38. ! !xterm*colorUL: white
  39. ! !xterm*colorULMode: on
  40. ! !xterm*scrollTtyOutput: false
  41. ! !xterm*scrollKey: true
  42. ! !xterm*scrollBar: true
  43. !
  44. ! ! URxvt
  45. ! URxvt.modifier: mod1
  46. ! URxvt*loginShell: true
  47. ! URxvt.borderless: false
  48. URxvt*dynamicColors: off
  49. ! URxvt*letterSpace: -1
  50. ! URxvt.geometry: WINDOWGEOMETRY
  51. ! URxvt.imLocale: en_US.UTF-8
  52. ! URxvt.lineSpace: 0
  53. URxvt.loginShell: true
  54. ! URxvt.saveLines: 5000
  55. URxvt.scrollBar: false
  56. ! URxvt.scrollstyle: plain
  57. ! URxvt*termName: xterm-256color
  58. URxvt.transparent: true
  59. URxvt.visualBell: true
  60. !
  61. ! ! URxvt.urgentOnBell: true
  62. ! ! URxvt.urlLauncher: chrome
  63. ! ! URxvt.internalBorder: 3
  64. ! ! URxvt.depth: 24
  65. ! ! URxvt.letterSpace: -1
  66. URxvt.shading: 20
  67. !
  68. ! ! URxvt.perl-ext-common: default,tabbed
  69. ! ! ,clipboard
  70. ! ! URxvt.tabbed.tabbar-fg: 4
  71. ! ! URxvt.tabbed.tabbar-bg: 0
  72. ! ! URxvt.tabbed.tab-fg: 9
  73. ! ! URxvt.tabbed.tab-bg: 0
  74. ! ! URxvt.keysym.M-c: perl:clipboard:copy
  75. ! ! URxvt.keysym.M-v: perl:clipboard:paste
  76. !
  77. ! ! Colors
  78. !
  79. ! *.boldMode: true
  80. ! *.colorBDMode: false
  81. ! !*.colorBD: cyan
  82. !
  83. ! !! Base16 Flat
  84. ! !#define base00 #2C3E50
  85. ! !#define base01 #34495E
  86. ! !#define base02 #7F8C8D
  87. ! !#define base03 #95A5A6
  88. ! !#define base04 #BDC3C7
  89. ! !#define base05 #e0e0e0
  90. ! !#define base06 #f5f5f5
  91. ! !#define base07 #ECF0F1
  92. ! !#define base08 #E74C3C
  93. ! !#define base09 #E67E22
  94. ! !#define base0A #F1C40F
  95. ! !#define base0B #2ECC71
  96. ! !#define base0C #1ABC9C
  97. ! !#define base0D #3498DB
  98. ! !#define base0E #9B59B6
  99. ! !#define base0F #be643c
  100. !
  101. ! ! Base16 Eighties
  102. ! #define base00 #2d2d2d
  103. ! #define base01 #393939
  104. ! #define base02 #515151
  105. ! #define base03 #747369
  106. ! #define base04 #a09f93
  107. ! #define base05 #d3d0c8
  108. ! #define base06 #e8e6df
  109. ! #define base07 #f2f0ec
  110. ! #define base08 #f2777a
  111. ! #define base09 #f99157
  112. ! #define base0A #ffcc66
  113. ! #define base0B #99cc99
  114. ! #define base0C #66cccc
  115. ! #define base0D #6699cc
  116. ! #define base0E #cc99cc
  117. ! #define base0F #d27b53
  118. !
  119. ! !! Base16 Atelier Dune
  120. ! !#define base00 #20201d
  121. ! !#define base01 #292824
  122. ! !#define base02 #6e6b5e
  123. ! !#define base03 #7d7a68
  124. ! !#define base04 #999580
  125. ! !#define base05 #a6a28c
  126. ! !#define base06 #e8e4cf
  127. ! !#define base07 #fefbec
  128. ! !#define base08 #d73737
  129. ! !#define base09 #b65611
  130. ! !#define base0A #cfb017
  131. ! !#define base0B #60ac39
  132. ! !#define base0C #1fad83
  133. ! !#define base0D #6684e1
  134. ! !#define base0E #b854d4
  135. ! !#define base0F #d43552
  136. !
  137. !
  138. ! ! Dark
  139. *.foreground: white
  140. *.background: black
  141. *.cursorColor: green
  142. *.cursorColor2: lightcyan
  143. *.cursorUnderline: true
  144. *.cursorBlink: true
  145. !
  146. ! ! Light
  147. ! !*.foreground: base02
  148. ! !*.background: base07
  149. ! !*.cursorColor: base02
  150. ! !*.cursorColor2: base02
  151. !
  152. ! *.color0: base00
  153. ! *.color1: base08
  154. ! *.color2: base0B
  155. ! *.color3: base0A
  156. ! *.color4: base0D
  157. ! *.color5: base0E
  158. ! *.color6: base0C
  159. ! *.color7: base05
  160. ! *.color8: base03
  161. ! *.color9: base08
  162. ! *.color10: base0B
  163. ! *.color11: base0A
  164. ! *.color12: base0D
  165. ! *.color13: base0E
  166. ! *.color14: base0C
  167. ! *.color15: base07
  168. ! *.color16: base09
  169. ! *.color17: base0F
  170. ! *.color18: base01
  171. ! *.color19: base02
  172. ! *.color20: base04
  173. ! *.color21: base06
  174. !
  175. ! !! Solarized color scheme for the X Window System
  176. ! !! http://ethanschoonover.com/solarized
  177. ! !! Common
  178. ! !#define S_yellow #b58900
  179. ! !#define S_orange #cb4b16
  180. ! !#define S_red #dc322f
  181. ! !#define S_magenta #d33682
  182. ! !#define S_violet #6c71c4
  183. ! !#define S_blue #268bd2
  184. ! !#define S_cyan #2aa198
  185. ! !#define S_green #85990 ! !! Dark
  186. ! !#define S_base02 #073642
  187. ! !#define S_base03 #002b36
  188. ! !#define S_base01 #586e75
  189. ! !#define S_base00 #657b83
  190. ! !#define S_base0 #839496
  191. ! !#define S_base1 #93a1a1
  192. ! !#define S_base2 #eee8d5
  193. ! !#define S_base3 #fdf6e3
  194. ! !! Light
  195. ! !!#define S_base03 #fdf6e3
  196. ! !!#define S_base02 #eee8d5
  197. ! !!#define S_base01 #93a1a1
  198. ! !!#define S_base00 #839496
  199. ! !!#define S_base0 #657b83
  200. ! !!#define S_base1 #586e75
  201. ! !!#define S_base2 #073642
  202. ! !!#define S_base3 #002b36
  203. ! !
  204. ! !*background: S_base03
  205. ! !*foreground: S_base0
  206. ! !*fading: 40
  207. ! !*fadeColor: S_base03
  208. ! !*cursorColor: S_base1
  209. ! !*pointerColorBackground: S_base01
  210. ! !*pointerColorForeground: S_base1
  211. ! !
  212. ! !*color0: S_base02
  213. ! !*color1: S_red
  214. ! !*color2: S_green
  215. ! !*color3: S_yellow
  216. ! !*color4: S_blue
  217. ! !*color5: S_magenta
  218. ! !*color6: S_cyan
  219. ! !*color7: S_base2
  220. ! !*color9: S_orange
  221. ! !*color8: S_base03
  222. ! !*color10: S_base01
  223. ! !*color11: S_base00
  224. ! !*color12: S_base0
  225. ! !*color13: S_violet
  226. ! !*color14: S_base1
  227. ! !*color15: S_base3
  228. !
  229. ! !Xcursor.size: 32t: not found