Advertisement
Guest User

.Xresources

a guest
Mar 22nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Xft.dpi: 96
  2. Xft.antialias: true
  3. Xft.rgba: rgb
  4. Xft.hinting: true
  5. Xft.hintstyle: hintslight
  6. Xft.autohint: false
  7. !Xft.lcdfilter: lcddefault
  8. !URxvt.background: #0f0f0f
  9. URxvt.foreground: #c8c8c8
  10.  
  11. ! black
  12. *color0: #2E3436
  13. *color8: #555753
  14. ! red
  15. *color1: #a40000
  16. *color9: #EF2929
  17. ! green
  18. *color2: #4E9A06
  19. *color10: #8AE234
  20. ! yellow
  21. *color3: #C4A000
  22. *color11: #FCE94F
  23. ! blue
  24. *color4: #3465A4
  25. *color12: #729FCF
  26. ! purple
  27. *color5: #75507B
  28. *color13: #AD7FA8
  29. ! orange (replaces cyan)
  30. *color6: #ce5c00
  31. *color14: #fcaf3e
  32. ! white
  33. *color7: #babdb9
  34. *color15: #EEEEEC
  35.  
  36. !URxvt.font: xft:Ubuntu Mono:regularsize=15
  37. !URxvt.boldFont: xft:Ubuntu Mono:bold:size=15
  38. URxvt.font: xft:Ubuntu Mono derivative Powerline:regular:size=15
  39. URxvt.boldFont: xft:Ubuntu Mono derivative Powerline:bold:size=15
  40.  
  41. !! Выделение подчеркнутого текста синим [ссылок]
  42. URxvt.underlineColor: blue
  43. !
  44. !! Цвет курсора
  45. URxvt.cursorColor: #c8c8c8
  46. !
  47. !! Мерцание курсора
  48. URxvt.cursorBlink: true
  49. !
  50. !! Скроллбар: присутствует
  51. URxvt.scrollBar: false
  52. !
  53. URxvt.depth: 32
  54. URxvt.background: rgba:1111/1111/1111/dddd
  55.  
  56. URxvt.geometry: 90x30
  57.  
  58. !Затемнение при переключении окна.
  59. URxvt.fading: 30
  60.  
  61. ! The string will be interpreted as if typed into the shell as-is.
  62. ! ! In this example, printing will be disabled altogether.
  63. URxvt.print-pipe: "cat > /dev/null"
  64.  
  65. !-*- Perl extensions -*-
  66. URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select,tabbed
  67. URxvt.keysym.M-u: perl:url-select:select_next
  68. URxvt.url-launcher: /usr/bin/chromium
  69. URxvt.underlineURLs: True
  70. URxvt.matcher.button: 1
  71. URxvt.keysym.M-Escape:perl:keyboard-select:activate
  72. URxvt.keysym.Control-Shift-V: perl:pasta:paste
  73. URxvt.clipboard.autocopy: true
  74.  
  75. !вкладки
  76. URxvt.tabbed.tabbar-fg: 2
  77. URxvt.tabbed.tabbar-bg: 0
  78. URxvt.tabbed.tab-fg: 3
  79. URxvt.tabbed.tab-bg: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement