Advertisement
0re5ama

Untitled

May 18th, 2020
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !-------------------------------------------------------------------------------
  2. ! Xft settings
  3. !-------------------------------------------------------------------------------
  4.  
  5. Xft.dpi: 96
  6. Xft.antialias: false
  7. Xft.rgba: rgb
  8. Xft.hinting: true
  9. Xft.hintstyle: hintslight
  10. Xcursor.theme: Numix-Cursor
  11. !Xcursor.size:
  12.  
  13. !-------------------------------------------------------------------------------
  14. ! URxvt settings
  15. ! Solarized (http://ethanschoonover.com/solarized)
  16. ! More info at:
  17. ! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
  18. !-------------------------------------------------------------------------------
  19.  
  20. URxvt.urgentOnBell: True
  21. !URxvt.depth: 32
  22. URxvt.color12:rgb:5c/5c/ff
  23. URxvt.geometry: 90x30
  24. !URxvt.transparent: true
  25. !URxvt.shading: 40
  26. !URxvt.fading: 10
  27. !URxvt.urgentOnBell: true
  28. !URxvt.visualBell: true
  29. URxvt.loginShell: true
  30. URxvt.saveLines: 100000
  31. URxvt.internalBorder: 3
  32. URxvt.lineSpace: 0
  33. URxvt.termName: rxvt-unicode-256color
  34. URxvt.inputMethod: ibus
  35. !URxvt.preeditType: OverTheSpot
  36.  
  37. ! Fonts
  38. URxvt.allow_bold: true
  39. /* URxvt.font: -*-sansserif-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
  40. URxvt*font: xft:Fira\ Code:pixelsize=15:antialias=true:hinting=true,xft:Fira\ Code:pixelsize=15:antialias=true:hinting=true,xft:Terminus:pixelsize=15:antialias=true:hinting=true,xft:Noto\ Sans\ Devanagari:pixelsize=25:antialias=true:hinting=true
  41. URxvt*boldFont: xft:Fira\ Code:style=bold:pixelsize=15:hinting=true:antialias=true
  42. URxvt*italicFont: xft:Fira\ Code:style=italic:pixelsize=15:hinting=true:antialias=true
  43.  
  44. ! Fix font space
  45. URxvt.letterSpace: 0
  46.  
  47. ! Scrollbar
  48. URxvt.scrollStyle: rxvt
  49. URxvt.scrollBar: false
  50.  
  51. ! Perl extensions
  52. URxvt.perl-ext-common: default,matcher
  53. URxvt.matcher.button: 1
  54. URxvt.url-launcher: firefox
  55.  
  56. ! Cursor
  57. URxvt.cursorBlink: true
  58. URxvt.cursorColor: #657b83
  59. URxvt.cursorUnderline: false
  60.  
  61. ! Pointer
  62. URxvt.pointerBlank: true
  63.  
  64. !!Source http://github.com/altercation/solarized
  65.  
  66. URxvt*xftAntialias: true
  67.  
  68. !!Color from http://terminal.sexy Xcolors.net/Gnometerm theme
  69.  
  70.  
  71.  
  72. ! special
  73. *.foreground: #c5c8c6
  74. *.background: #1d1f21
  75. *.cursorColor: #c5c8c6
  76.  
  77. ! black
  78. *.color0: #282a2e
  79. *.color8: #373b41
  80.  
  81. ! red
  82. *.color1: #a54242
  83. *.color9: #cc6666
  84.  
  85. ! green
  86. *.color2: #8c9440
  87. *.color10: #b5bd68
  88.  
  89. ! yellow
  90. *.color3: #de935f
  91. *.color11: #f0c674
  92.  
  93. ! blue
  94. *.color4: #5f819d
  95. *.color12: #81a2be
  96.  
  97. ! magenta
  98. *.color5: #85678f
  99. *.color13: #b294bb
  100.  
  101. ! cyan
  102. *.color6: #5e8d87
  103. *.color14: #8abeb7
  104.  
  105. ! white
  106. *.color7: #707880
  107. *.color15: #c5c8c6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement