Advertisement
mrneilypops

Xresources

May 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1.  
  2. Xft.dpi: 96
  3. Xft.antialias: true
  4. Xft.rgba: rgb
  5. Xft.hinting: true
  6. Xft.hintstyle: hintslight
  7.  
  8. ! URXVT FONTS
  9. !------------------------------------------------
  10.  
  11. URxvt*font: xft:Inconsolata-Regular:pixelsize=13
  12. URxvt*boldFont: xft:Inconsolata-Bold:pixelsize=13
  13. URxvt*letterSpace: -1
  14. URxvt*allow_bold: true
  15.  
  16.  
  17. ! URXVT ENABLE LINK SUPPORT
  18. !------------------------------------------------
  19.  
  20. URxvt.perl-ext-common: default,matcher,clipboard
  21. !tabbed
  22. URxvt.matcher.button: 1
  23. URxvt.perl-ext: default,url-select
  24. URxvt.keysym.M-u: perl:url-select:select_next
  25. URxvt.url-select.launcher: /usr/bin/google-chrome
  26. URxvt.url-select.underline: true
  27.  
  28. !disable the fucking bell
  29. URxvt.insecure: false
  30.  
  31. ! URXVT COPY PASTE SHORTCUTS
  32. !------------------------------------------------
  33.  
  34. URxvt.keysym.M-c: perl:clipboard:copy
  35. URxvt.keysym.M-v: perl:clipboard:pasteq
  36.  
  37. ! URXVT SCROLLBAR AND CURSOR STYLE
  38. !------------------------------------------------
  39.  
  40. URxvt*saveLines: 300000
  41. URxvt.scrollBar: false
  42. !URxvt*scrollstyle: plain
  43. URxvt*cursorBlink: true
  44. URxvt*cursorUnderline: true
  45. URxvt*cursorColor: #3B78C2
  46. URxvt*geometry: 120x30
  47.  
  48. ! URXVT TABS
  49. !------------------------------------------------
  50.  
  51. URxvt.tabbedex.autohide: yes
  52. URxvt.tabbedex.tabbar-fg: 2
  53. URxvt.tabbedex.tabbar-bg: 0
  54. URxvt.tabbedex.tab-fg: 10
  55. URxvt.tabbedex.tab-bg: 0
  56. URxvt.tabbedex.title: yes
  57. URxvt.tabbedex.new-button: no
  58.  
  59. ! URXVT FULLSCREEN TOGGLE
  60. !------------------------------------------------
  61.  
  62. URxvt.keysym.F11: perl:fullscreen:switch
  63.  
  64. ! URxvt.transparent: true
  65. ! URxvt.shading: 15
  66.  
  67. ! URXVT COLORS
  68. !------------------------------------------------
  69.  
  70. ! colors
  71. *.cursorColor: #b3bdcb
  72. *.background: #404552
  73. *.foreground: #b3bdcb
  74. ! Black + DarkGrey
  75. *.color0: #404552
  76. *.color8: #2a303b
  77. ! DarkRed + Red
  78. *.color1: #cc575d
  79. *.color9: #a3464a
  80. ! DarkGreen + Green
  81. *.color2: #2679db
  82. *.color10: #75a9e8
  83. ! DarkYellow + Yellow
  84. *.color3: #b3bdcb
  85. *.color11: #CAD1DB
  86. ! DarkBlue + Blue
  87. *.color4: #5294e2
  88. *.color12: #97bfee
  89. ! DarkMagenta + Magenta
  90. *.color5: #404552
  91. *.color13: #686d79
  92. ! DarkCyan + Cyan
  93. *.color6: #b3bdcb
  94. *.color14: #383c4a
  95. ! LightGrey + White
  96. *.color7: #E1E5EA
  97. *.color15: #ffffff
  98. ! for 256 color stuff
  99. *.color24: #076678
  100. *.color66: #427b58
  101. *.color88: #9d0006
  102. *.color96: #8f3f71
  103. *.color100: #79740e
  104. *.color108: #8ec07c
  105. *.color109: #83a598
  106. *.color130: #af3a03
  107. *.color136: #b57614
  108. *.color142: #b8bb26
  109. *.color167: #fb4934
  110. *.color175: #d3869b
  111. *.color208: #fe8019
  112. *.color214: #fabd2f
  113. *.color223: #ebdbb2
  114. *.color228: #f4e8ba
  115. *.color229: #fdf4c1
  116. *.color230: #ffffc8
  117. *.color234: #1d2021
  118. *.color235: #404552
  119. *.color236: #32302f
  120. *.color237: #3c3836
  121. *.color239: #504945
  122. *.color241: #665c54
  123. *.color243: #7c6f64
  124. *.color244: #928374
  125. *.color245: #928374
  126. *.color246: #a89984
  127. *.color248: #bdae93
  128. *.color250: #d5c4a1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement