Advertisement
mrneilypops

.Xresources arc-mrneilypops

Jan 7th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. ! clean up urxvt, add keybinds
  2. URxvt.intensityStyles: false
  3. URxvt.scrollBar: false
  4. URxvt.keysym.Shift-Up: command:\033]720;1\007
  5. URxvt.keysym.Shift-Down: command:\033]721;1\007
  6. URxvt.resize-font.smaller: C-Down
  7. URxvt.resize-font.bigger: C-Up
  8. URxvt.iso14755: false
  9. URxvt.iso14755_52: false
  10. URxvt.geometry: 100x25
  11.  
  12. ! font
  13. URxvt*font: xft:Source\ Code\ Pro:size=10:antialias=true:hinting=true,xft:Source\ Code\ Pro:size=10:antialias=true:hinting=true
  14.  
  15. ! terminal padding
  16. URxvt.internalBorder: 25
  17.  
  18. ! uncomment for transparent terminal if you are ready to be made fun of in #rice
  19. ! URxvt.transparent: true
  20. ! URxvt.shading: 15
  21.  
  22. ! make otf / ttf fonts look pretty. does not matter if you are using a bitmap font.
  23. Xft.autohint: 0
  24. Xft.lcdfilter: lcddefault
  25. Xft.hintstyle: hintslight
  26. Xft.hinting: 1
  27. Xft.antialias: 1
  28. Xft.rgba: rgb
  29.  
  30. ! clickable links, clipboard support, mouse wheel support, and on the fly font resizing
  31. ! you will need to install the relevent perl extensions for these to work
  32. !URxvt.perl-ext-common: default,matcher,clipboard,vtwheel,resize-font
  33. URxvt.url-launcher: /usr/bin/firefox
  34. URxvt.matcher.button: 1
  35. URxvt.matcher.rend.0: Uline Bold fg5
  36.  
  37. ! colors
  38. *.cursorColor: #b3bdcb
  39. *.background: #404552
  40. *.foreground: #b3bdcb
  41. ! Black + DarkGrey
  42. *.color0: #404552
  43. *.color8: #2a303b
  44. ! DarkRed + Red
  45. *.color1: #cc575d
  46. *.color9: #a3464a
  47. ! DarkGreen + Green
  48. *.color2: #2679db
  49. *.color10: #75a9e8
  50. ! DarkYellow + Yellow
  51. *.color3: #b3bdcb
  52. *.color11: #CAD1DB
  53. ! DarkBlue + Blue
  54. *.color4: #5294e2
  55. *.color12: #97bfee
  56. ! DarkMagenta + Magenta
  57. *.color5: #404552
  58. *.color13: #686d79
  59. ! DarkCyan + Cyan
  60. *.color6: #b3bdcb
  61. *.color14: #383c4a
  62. ! LightGrey + White
  63. *.color7: #E1E5EA
  64. *.color15: #ffffff
  65. ! for 256 color stuff
  66. *.color24: #076678
  67. *.color66: #427b58
  68. *.color88: #9d0006
  69. *.color96: #8f3f71
  70. *.color100: #79740e
  71. *.color108: #8ec07c
  72. *.color109: #83a598
  73. *.color130: #af3a03
  74. *.color136: #b57614
  75. *.color142: #b8bb26
  76. *.color167: #fb4934
  77. *.color175: #d3869b
  78. *.color208: #fe8019
  79. *.color214: #fabd2f
  80. *.color223: #ebdbb2
  81. *.color228: #f4e8ba
  82. *.color229: #fdf4c1
  83. *.color230: #ffffc8
  84. *.color234: #1d2021
  85. *.color235: #404552
  86. *.color236: #32302f
  87. *.color237: #3c3836
  88. *.color239: #504945
  89. *.color241: #665c54
  90. *.color243: #7c6f64
  91. *.color244: #928374
  92. *.color245: #928374
  93. *.color246: #a89984
  94. *.color248: #bdae93
  95. *.color250: #d5c4a1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement