Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. !!!!!!!!!!!!!!!!!!!!!!!!!!
  2. !
  3. ! To reload .Xresources
  4. !
  5. !!!!!!!!!!!!!!!!!!!!!!!!!!
  6. !xrdb ~/.Xresources
  7.  
  8. !!!!!!!!!!!!!!!!!!!!!
  9. !
  10. ! Fonts
  11. !
  12. !!!!!!!!!!!!!!!!!!!!!
  13. !To find which font is used as the fall back font for a specific character run:
  14. !
  15. ! FC_DEBUG=4 pango-view -q -t '{character}' 2>&1 |\grep -o 'family: "[^"]\+' | cut -c 10- | tail -n 1
  16. !
  17. !To find the name of a font
  18. !fc-list -v | grep *name*
  19. URxvt.font: xft:Terminus (TTF):size=9, xft:Noto Sans Devanagari:9, xft:Noto Emoji, xft:DejaVu Serif, xft:Noto Sans Kannada, xft:Droid Sans Fallback
  20.  
  21. !!!!!!!!!!!!!!!!!!!!!
  22. !
  23. ! Scroll bar
  24. !
  25. !!!!!!!!!!!!!!!!!!!!!
  26. URxvt.scrollBar: false
  27.  
  28. !!!!!!!!!!!!!!!!!!!!!
  29. !
  30. ! Transparency
  31. !
  32. !!!!!!!!!!!!!!!!!!!!!
  33. URxvt.depth: 32
  34. URxvt.background: [95]#000000
  35.  
  36. !!!!!!!!!!!!!!!!!!!!!
  37. !
  38. ! Fading
  39. !
  40. !!!!!!!!!!!!!!!!!!!!!
  41. URxvt*fading: 30
  42.  
  43. !!!!!!!!!!!!!!!!!!!!!
  44. !
  45. ! Cursor
  46. !
  47. !!!!!!!!!!!!!!!!!!!!!
  48. URxvt*cursorUnderline: true
  49. URxvt*cursorBlink: true
  50. URxvt*cursorColor: #FF0099
  51.  
  52. !!!!!!!!!!!!!!!!!!!!!
  53. !
  54. ! Theme
  55. !
  56. !!!!!!!!!!!!!!!!!!!!!
  57. !Background color
  58. URxvt*background: #000000
  59. !Font color
  60. URxvt*foreground: #67C8FF
  61. !Other colors
  62. URxvt*color0: #000000
  63. URxvt*color1: #FF0000
  64. URxvt*color2: #67C8FF
  65. URxvt*color3: #FF1493
  66. URxvt*color4: #099FFF
  67. URxvt*color5: #CC00FF
  68. URxvt*color6: #099FFF
  69. URxvt*color7: #820571
  70. URxvt*color8: #45013C
  71. URxvt*color9: #099FFF
  72. URxvt*color10: #FF0099
  73. URxvt*color11: #E6FB04
  74. URxvt*color12: #9400D3
  75. URxvt*color13: #DB329D
  76. URxvt*color14: #9400D3
  77. URxvt*color15: #FF0099
  78. URxvt*underlineColor: #FF34B3
  79. URxvt*highlightColor: #191970
  80. URxvt*highlightTextColor: #EE00EE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement