Advertisement
lauriset

Xresources

Nov 22nd, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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.lcdfilter: lcddefault
  7. Xft.autohint: false
  8.  
  9. URxvt.intensityStyles: false
  10.  
  11. !URxvt.letterSpace: -2
  12. ! URxvt.font: xft:Inconsolata:size=9:hintstyle=hintfull, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  13. ! URxvt.boldFont: xft:Inconsolata:size=9:hintstyle=hintfull, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  14. ! URxvt.italicFont: xft:Inconsolata:size=9:hintstyle=hintfull, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  15. ! URxvt.boldItalicFont: xft:Inconsolata:size=9:hintstyle=hintfull, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  16.  
  17. !URxvt.letterSpace: -1
  18. ! URxvt*font: xft:inconsolata for Powerline:size=9
  19. ! URxvt*boldFont: xft:inconsolata for Powerline:size=9
  20. ! URxvt*italicFont: xft:inconsolata for Powerline:size=9
  21. ! URxvt*bolditalicFont: xft:inconsolata for Powerline:size=9
  22.  
  23. URxvt*font: xft:terminus:hinting=true:pixelsize=12:antialias=false, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  24. URxvt*boldFont: xft:terminus:style=bold:hinting=true:pixelsize=12:antialias=false, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  25. URxvt*italicFont: xft:terminus:style=italic:hinting=true:pixelsize=12:antialias=false, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  26. URxvt*boldItalicFont: xft:terminus:style=bolditalic:hinting=true:pixelsize=12:antialias=false, -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
  27.  
  28. !! URxvt Appearance
  29. ! URxvt.font: -*-canele-*
  30. ! URxvt.boldFont: -*-canele-*
  31. ! URxvt.italicFont: -*-canele-*
  32. ! URxvt.boldItalicfont: -*-canele-*
  33.  
  34. URxvt.imLocale: es_ES.UTF-8
  35. URxvt.saveLines: 2000
  36.  
  37. URxvt*scrollTtyOutput: false
  38. URxvt*scrollWithBuffer: true
  39. URxvt*scrollTtyKeypress: true
  40. URxvt.scrollBar: false
  41. URxvt.termName: xterm-256color
  42. URxvt.internalBorder: 20
  43. URxvt.borderColor: #1D152A
  44.  
  45. URxvt.cursorBlink: false
  46. URxvt.cursorUnderline: true
  47. URxvt*skipBuiltinGlyphs: true
  48. URxvt.colorUL: #C606AC
  49. URxvt.colorBD: #C606AC
  50. URxvt.colorIT: #08548A
  51.  
  52. URxvt.perl-ext-common: font-size
  53. URxvt.iso14755: false
  54. URxvt.iso14755_52: false
  55. URxvt.keysym.C-Up: font-size:increase
  56. URxvt.keysym.C-Down: font-size:decrease
  57. URxvt.keysym.C-S-Up: font-size:incglobal
  58. URxvt.keysym.C-S-Down: font-size:decglobal
  59. URxvt.keysym.C-equal: font-size:reset
  60. URxvt.keysym.C-slash: font-size:show
  61.  
  62. URxvt.geometry: 80x17
  63.  
  64. *foreground: #F403D3
  65. *background: #1D152A
  66.  
  67. !True Transparency
  68. ! urxvt*depth: 32
  69. ! urxvt*background: rgba:1111/1111/1111/bbbb
  70.  
  71.  
  72. ! black
  73. *.color0: #F403D3
  74. *.color8: #0762A3
  75.  
  76. ! red
  77. *.color1: #08548A
  78. *.color9: #08548A
  79.  
  80. ! green
  81. *.color2: #08548A
  82. *.color10: #08548A
  83.  
  84. ! yellow
  85. *.color3: #F403D3
  86. *.color11: #08548A
  87.  
  88. ! blue
  89. *.color4: #08548A
  90. *.color12: #08548A
  91.  
  92. ! magenta
  93. *.color5: #F403D3
  94. *.color13: #F403D3
  95.  
  96. ! cyan
  97. *.color6: #F403D3
  98. *.color14: #C606AC
  99.  
  100. ! white
  101. *.color7: #0762A3
  102. *.color15: #F403D3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement