Advertisement
Guest User

кто открыл тот нян

a guest
Aug 2nd, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.80 KB | None | 0 0
  1. URxvt*font: xft:Liberation Mono:style=Regular:size:11.5
  2. URxvt.boldFont: xft:Liberation Mono:style=bold:size=11.5
  3. URxvt.italicFont: xft:Liberation Mono:style=Italic:size=11.5
  4. URxvt.boldItalicFont: xft:Liberation Mono:style=Bold Italic:size=11.5
  5.  
  6. ! special
  7. ! *.foreground:   #f886b8
  8. ! *.background:   #000000
  9. ! *.cursorColor:  #f886b8
  10.  
  11. ! black
  12. ! *.color0:       #f15819
  13. ! *.color8:       #ff6705
  14.  
  15. ! red
  16. ! *.color1:       #df782e
  17. ! *.color9:       #c55a5a
  18.  
  19. ! green
  20. ! *.color2:       #dcb424
  21. ! *.color10:      #f8c600
  22.  
  23. ! yellow
  24. ! *.color3:       #ff3b00
  25. ! *.color11:      #f9af33
  26.  
  27. ! blue
  28. ! *.color4:       #e76ec2
  29. ! *.color12:      #ef2626
  30.  
  31. ! magenta
  32. ! *.color5:       #d5801d
  33. ! *.color13:      #d879f5
  34.  
  35. ! cyan
  36. ! *.color6:       #ffe546
  37. ! *.color14:      #ff7ba3
  38.  
  39. ! white
  40. ! *.color7:       #f6b698
  41. ! *.color15:      #ff8b45
  42.  
  43.  
  44. URxvt*saveLines: 1024
  45.  
  46. ! do not scroll with output
  47. URxvt*scrollTtyOutput: false
  48.  
  49. ! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
  50. URxvt*scrollWithBuffer: true
  51.  
  52. ! scroll back to the bottom on keypress
  53. URxvt*scrollTtyKeypress: true
  54.  
  55. !idk what does it do
  56. URxvt.letterSpace: 0
  57. URxvt.lineSpace: 0
  58. URxvt.cursorBlink: true
  59. URxvt.cursorUnderline: false
  60. URxvt.saveline: 2048
  61. URxvt.scrollBar: false
  62. URxvt.scrollBar_right: false
  63. URxvt.urgentOnBell: true
  64. URxvt.depth: 24
  65. URxvt.iso14755: false
  66.  
  67. !transparacy
  68. URxvt*inheritPixmap: true
  69. URxvt*transparent: true
  70. URxvt*shading: 40
  71.  
  72.  
  73.  
  74. !try
  75. *.font: xft:Liberation Mono:style=Regular:size:11.5
  76. *.boldFont: xft:Liberation Mono:style=bold:size=11.5
  77. *.italicFont: xft:Liberation Mono:style=Italic:size=11.5
  78. *.boldItalicFont: xft:Liberation Mono:style=Bold Italic:size=11.5
  79.  
  80. !emacs font
  81. Emacs.FontBackend: xft
  82. Emacs.font: Liberation Mono
  83.  
  84. dzen2.foreground: #c5c5c6
  85. dzen2.background: #19191e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement