Advertisement
fikriomar16

.Xdefaults [4] - White Flavour pt.2

Jun 9th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2. Xft.dpi:85
  3. Xft.antialiasing:false
  4. Xft.rgba:rgb
  5. Xft.hinting:true
  6. Xft.lcdfilter:lcddefault
  7.  
  8. URxvt.imLocale: pl_PL.UTF-8
  9.  
  10. URxvt.font:xft:ProFont for Powerline:size=12
  11. !URxvt.font:xft:Anonymous Pro for Powerline:size=12
  12. !URxvt*font: xft:menlo:pixelsize=12,style=regular
  13. !URxvt*boldFont: xft:menlo:pixelsize=12, style=regular
  14. URxvt*letterSpace: -1
  15. URxvt*allow_bold: true
  16. !Xft.dpi: 96
  17. !Xft.antialias: true
  18. !Xft.hinting: true
  19. !Xft.rgba: rgb
  20. !Xft.autohint: false
  21. !Xft.hintstyle: hintfull
  22. !Xft.lcdfilter: lcdfilter
  23.  
  24.  
  25. ! special
  26. *.foreground: #000000
  27. *.background: #ecedee
  28.  
  29.  
  30. *color0: #5c616c
  31. *color8: #5c616c
  32.  
  33. *color1: #e1485a
  34. *color9: #e1485a
  35.  
  36. *color2: #35ac54
  37. *color10: #35ac54
  38.  
  39. *color3: #ef654a
  40. *color11: #ef654a
  41.  
  42. *color4: #5294e2
  43. *color12: #5294e2
  44.  
  45. *color5: #c81a71
  46. *color13: #c81a71
  47.  
  48. *color6: #1ba39c
  49. *color14: #1ba39c
  50.  
  51. *color7: #353945
  52. *color15: #353945
  53.  
  54.  
  55. URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel,clipboard
  56. !URxvt.matcher.button: 1
  57. URxvt.perl-ext: default,url-select
  58. URxvt.keysym.M-u: perl:url-select:select_next
  59. URxvt.url-select.launcher: /usr/bin/google-chrome
  60. URxvt.url-select.underline: true
  61.  
  62. URxvt.insecure: false
  63.  
  64. URxvt.keysym.M-c: perl:clipboard:copy
  65. URxvt.keysym.M-v: perl:clipboard:pasteq
  66.  
  67.  
  68. URxvt*saveLines: 300000
  69. URxvt.scrollBar: false
  70. !URxvt*scrollstyle: plain
  71. URxvt*cursorBlink: false
  72. URxvt*cursorUnderline: true
  73. URxvt*cursorColor: #51c4d4
  74.  
  75.  
  76. URxvt.tabbedex.autohide: yes
  77. URxvt.tabbedex.tabbar-fg: 2
  78. URxvt.tabbedex.tabbar-bg: 0
  79. URxvt.tabbedex.tab-fg: 10
  80. URxvt.tabbedex.tab-bg: 0
  81. URxvt.tabbedex.title: yes
  82. URxvt.tabbedex.new-button: no
  83.  
  84. URxvt.keysym.F11: perl:fullscreen:switch
  85.  
  86.  
  87.  
  88. URxvt*geometry: 85x25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement