Advertisement
Dobbie03

xresources

Mar 18th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 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. xft.lcdfilter: lcddefault
  8.  
  9. URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true
  10. URxvt.boldFont: xft:bitstream vera sans mono:bold:size=10:antialias=true
  11. URxvt.scrollBar: false
  12. URxvt.letterSpace: -2
  13. URxvt.saveLines: 1000000
  14. URxvt.cursorBlink: 1
  15.  
  16. URxvt.geometry: 72X18
  17.  
  18. ! Cursor
  19. urxvt*cursorColor: #DCDCCC
  20. ! URLs
  21. urxvt*.colorUL: #ffffff
  22. !
  23. ! Pseudo Transparency
  24. !urxvt*shading: 50
  25. !urxvt*transparent:true
  26. ! Real transparency
  27. urxvt*depth: 32
  28. urxvt*background: rgba:0000/0000/0200/c800
  29. !
  30. ! special
  31. *.foreground: #c0b18b
  32. *.background: #1f1f1f
  33. *.cursorColor: #c0b18b
  34.  
  35. ! black
  36. *.color0: #4a3637
  37. *.color8: #4a3637
  38.  
  39. ! red
  40. *.color1: #d17b49
  41. *.color9: #d17b49
  42.  
  43. ! green
  44. *.color2: #7b8748
  45. *.color10: #7b8748
  46.  
  47. ! yellow
  48. *.color3: #af865a
  49. *.color11: #af865a
  50.  
  51. ! blue
  52. *.color4: #535c5c
  53. *.color12: #535c5c
  54.  
  55. ! magenta
  56. *.color5: #775759
  57. *.color13: #775759
  58.  
  59. ! cyan
  60. *.color6: #6d715e
  61. *.color14: #6d715e
  62.  
  63. ! white
  64. *.color7: #c0b18b
  65. *.color15: #c0b18b
  66.  
  67.  
  68. ! ------------------------------------------------------------------------------
  69. ! ROFI Color theme
  70. ! ------------------------------------------------------------------------------
  71.  
  72. rofi.modi: ssh,window,drun,run
  73. rofi.sidebar-mode: true
  74. rofi.terminal: termite
  75. rofi.ssh-client: ssh
  76. rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
  77. rofi.font: SFNS Display 13
  78. rofi.columns: 1
  79. rofi.location: 0
  80. rofi.color-enabled: true
  81. rofi.color-window: argb:B3000000, argb:B3000000, argb:E6ffffff
  82. rofi.color-normal: argb:00000000, argb:969896B3, argb:00000000, argb:00000000, argb:FFFFFFFF
  83. !ffe1a3ee
  84. rofi.color-urgent: argb:00282a2e, argb:FFcc6666, argb:00282a2e, argb:ffcc6666, argb:e61d1f21
  85. rofi.color-active: argb:00282a2e, argb:FF81a2be, argb:00282a2e, argb:ff81a2be, argb:e61d1f21
  86. rofi.separator-style: solid
  87. rofi.fullscreen: true
  88. rofi.padding: 150
  89. rofi.hide-scrollbar: true
  90. rofi.line-margin: 5
  91. rofi.yoffset: 00
  92. rofi.xoffset: 0
  93. !rofi.width: 1920
  94. rofi.lines: 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement