Advertisement
Volteos

Xresources

Dec 26th, 2017
4,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. ! ------------------------------------------------------------------------------
  2. ! ROFI Color theme
  3. ! ------------------------------------------------------------------------------
  4. rofi.color-enabled: true
  5. ! Background Foreground Background Alternate Highlight Background Highlight Foreground
  6. rofi.color-window: #131620, #c7a57c, #131620
  7. rofi.color-normal: #131620, #c7a57c, #131620, #7c7d7c, #131620
  8. rofi.color-active: #131620, #c7a57c, #131620, #7c7d7c, #131620
  9. rofi.color-urgent: #FF5555, #070015, #FF5555, #7c7d7c, #131620
  10. rofi.terminal: urxvt
  11. rofi.fuzzy: true
  12. rofi.kb-cancel: Escape,Control+c
  13. rofi.hide-scrollbar: true
  14. rofi.separator-style: dash
  15. rofi.fake-transparency: false
  16. rofi.auto-select: true
  17.  
  18.  
  19. ! ------------------------------------------------------------------------------
  20. ! URxvt Color theme
  21. ! ------------------------------------------------------------------------------
  22.  
  23. URxvt*font: xft:Source Code Pro:pixelsize=13:antialiasing=true:size=12
  24. URxvt*letterspace: 0
  25. URxvt*scrollBar: false
  26. URxvt.intensityStyles: false
  27. URxvt.transparent: false
  28. URxvt.depth: 24
  29.  
  30. Xft.dpi: 96
  31. Xft.antialias: true
  32. Xft.hinting: true
  33. Xft.rgba: rgb
  34. Xft.autohint: false
  35. Xft.hintstyle: hintslight
  36. Xft.lcdfilter: lcddefault
  37.  
  38. ! special
  39. *.foreground: #ffffff
  40. *.background: #1e1e1e
  41. *.cursorColor: #b22222
  42.  
  43. ! black
  44. *.color0: #222222
  45. *.color8: #444444
  46.  
  47. ! red
  48. *.color1: #ffffff
  49. *.color9: #ffffff
  50.  
  51. ! green
  52. *.color2: #7c7d7c
  53. *.color10: #7c7d7c
  54.  
  55. ! yellow
  56. *.color3: #ca4a4b
  57. *.color11: #ca4a4b
  58.  
  59. ! blue
  60. *.color4: #ae0000
  61. *.color12: #ae0000
  62.  
  63. ! magenta
  64. *.color5: #7c7d7c
  65. *.color13: #7c7d7c
  66.  
  67. ! cyan
  68. *.color6: #b22222
  69. *.color14: #b22222
  70.  
  71. ! white
  72. *.color7: #ffffff
  73. *.color15: #ffffff
  74.  
  75. URxvt.perl-ext-common: default,matcher,fullscreen,clipboard
  76. URxvt.url-launcher: /usr/bin/xdg-open
  77. URxvt.matcher.button: 1
  78. URxvt.keysym.F11: perl:fullscreen:switch
  79. URxvt.resize-font.smaller: C-Down
  80. URxvt.resize-font.bigger: C-Up
  81. URxvt.secondaryWheel: 1
  82. URxvt.internalBorder: 5
  83. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  84. URxvt.iso14755: False
  85. URxvt.keysym.Control-Up: \033[1;5A
  86. URxvt.keysym.Control-Down: \033[1;5B
  87. URxvt.keysym.Control-Left: \033[1;5D
  88. URxvt.keysym.Control-Right: \033[1;5C
  89.  
  90. ! macros for clipboard and selection
  91. URxvt.copyCommand: xclip -i -selection clipboard
  92. URxvt.pasteCommand: xclip -o -selection clipboard
  93. URxvt.keysym.M-c: perl:clipboard:copy
  94. URxvt.keysym.m-v: perl:clipboard:paste
  95. URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  96. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  97. URxvt.keysym.M-s: perl:keyboard-select:search
  98. URxvt.keysym.M-u: perl:url-select:select_next
  99. URxvt.urlLauncher: firefox
  100. URxvt.underlineURLs: true
  101. URxvt.urlButton: 1
  102. URxvt.geometry: 90x30
  103.  
  104. ! tabbed
  105. URxvt.tabbed.tabbar-fg: 4
  106. URxvt.tabbed.tabbar-bg: 16
  107. URxvt.tabbed.tab-fg: 15
  108. URxvt.tabbed.tab-bg: 4
  109. URxvt*buffered: false
  110.  
  111.  
  112.  
  113.  
  114. ! ------------------------------------------------------------------------------
  115. ! UXTerm standard archlabs theme
  116. ! ------------------------------------------------------------------------------
  117.  
  118.  
  119.  
  120. ! termtype
  121. UXTerm*termName: xterm-256color
  122.  
  123.  
  124. UXTerm*cursorColor: white
  125. UXTerm*VT100.geometry: 90x30
  126. UXTerm*font: Monospace
  127. UXTerm*faceSize: 12
  128. UXTerm*dynamicColors: true
  129. UXTerm*utf8: 2
  130. UXTerm*eightBitInput: true
  131. UXTerm*saveLines: 10000
  132. UXTerm*scrollKey: true
  133. UXTerm*scrollTtyOutput: false
  134. UXTerm*scrollBar: false
  135. UXTerm*rightScrollBar: false
  136. UXTerm*jumpScroll: true
  137. UXTerm*multiScroll: true
  138. UXTerm*toolBar: false
  139.  
  140. ! fix colors
  141. UXTerm*background: rgb:63/63/63
  142. UXTerm*foreground: rgb:00/00/00
  143. UXTerm*color0: rgb:00/00/00
  144. UXTerm*color1: rgb:a8/00/00
  145. UXTerm*color2: rgb:00/a8/00
  146. UXTerm*color3: rgb:a8/54/00
  147. UXTerm*color4: rgb:00/00/a8
  148. UXTerm*color5: rgb:a8/00/a8
  149. UXTerm*color6: rgb:00/a8/a8
  150. UXTerm*color7: rgb:a8/a8/a8
  151. UXTerm*color8: rgb:54/54/54
  152. UXTerm*color9: rgb:fc/54/54
  153. UXTerm*color10: rgb:54/fc/54
  154. UXTerm*color11: rgb:fc/fc/54
  155. UXTerm*color12: rgb:54/54/fc
  156. UXTerm*color13: rgb:fc/54/fc
  157. UXTerm*color14: rgb:54/fc/fc
  158. UXTerm*color15: rgb:fc/fc/fc
  159. UXTerm*boldMode: false
  160. UXTerm*colorBDMode: true
  161. UXTerm*colorBD: rgb:3f/3f/3f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement