Advertisement
fikriomar16

.Xdefaults [1]

Jun 5th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. !- Font Render
  2. Xft.dpi:85
  3. Xft.antialiasing:false
  4. Xft.rgba:rgb
  5. Xft.hinting:true
  6. Xft.lcdfilter:lcddefault
  7.  
  8. *.cursorColor: #ebac54
  9.  
  10. !URxvt.foreground: #000000
  11. !URxvt.background: #FFFFFF
  12.  
  13. URxvt.foreground: #FFFFFF
  14. URxvt.background: #000000
  15.  
  16. URxvt.borderColor: #292828
  17. URxvt.borderless: true
  18. URxvt.internalBorder: 5
  19. URxvt.imLocale: pl_PL.UTF-8
  20.  
  21. URxvt.colorBD: #ffffff
  22. URxvt.colorIT: #a761c2
  23. URxvt.colorUL: #6d9cbe
  24. URxvt.underlineColor: #333333
  25. URxvt.highlightColor: #ebac54
  26. URxvt.highlightTextColor: #151515
  27.  
  28. URxvt.urlLauncher: firefox
  29. URxvt.scrollstyle:plain
  30. URxvt.scrollBar:false
  31. URxvt.scrollTtyOutput:false
  32. URxvt.scrollWithBuffer:true
  33. URxvt.scrollTtyKeypress:true
  34.  
  35. URxvt.cursorColor: #EFFDFF
  36. URxvt.cursorColor2: #ebac54
  37. URxvt.cursorBlink: true
  38. URxvt.cursorUnderline: false
  39. URxvt.depth:24
  40.  
  41.  
  42. !- Copy/paste
  43. URxvt.iso14755: False
  44. URxvt.keysym.Shift-Alt-C: perl:clipboard:copy
  45. URxvt.keysym.Shift-Alt-V: perl:clipboard:paste
  46.  
  47. URxvt.keysym.C-Up: font-size:increase
  48. URxvt.keysym.C-Down: font-size:decrease
  49. URxvt.keysym.C-S-Up: font-size:incglobal
  50. URxvt.keysym.C-S-Down: font-size:decglobal
  51. URxvt.keysym.C-equal: font-size:reset
  52. URxvt.keysym.C-slash: font-size:show
  53.  
  54. URxvt.font:xft:Roboto Mono for Powerline:size=10
  55.  
  56. URxvt.underlineURLs:true
  57. !URxvt.font:xft:terminus:size=9
  58. URxvt.transparent:true
  59. URxvt.shading:30
  60. URxvt.geometry:75x25
  61. URxvt.fading: 25%
  62.  
  63. !-Urgent Terminal for Notification
  64. URxvt*urgentOnBell: true
  65.  
  66. URxvt*visualBell: false
  67.  
  68. !- Color Scheme
  69.  
  70. *color0: #202020
  71. *color8: #606060
  72.  
  73. *color1: #ff6565
  74. *color9: #66D9EF
  75.  
  76. *color2: #93d44f
  77. *color10: #c8e7a8
  78.  
  79. *color3: #eab93d
  80. *color11: #ffc123
  81.  
  82. *color4: #204a87
  83. *color12: #3465a4
  84.  
  85. *color5: #ce5c00
  86. *color13: #f57900
  87.  
  88. *color6: #89b6e2
  89. *color14: #46a4ff
  90.  
  91. *color7: #cccccc
  92. *color15: #ffffff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement