Advertisement
fikriomar16

.Xdefaults [3] - Full Transparent

Jun 5th, 2017
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 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: #353945
  9.  
  10. URxvt.foreground: #ecf0f1
  11. !URxvt.background: #141516
  12. !URxvt.background: rgba:0000/0000/0000/dddd
  13. urxvt*background: rgba:0000/0000/0200/c800
  14.  
  15. !URxvt.borderColor: #292828
  16. URxvt.borderless: true
  17. URxvt.internalBorder: 5
  18. URxvt.lineSpace: 0
  19.  
  20. URxvt.imLocale: pl_PL.UTF-8
  21.  
  22. URxvt.colorBD: #ffffff
  23. URxvt.colorIT: #a761c2
  24. URxvt.colorUL: #6d9cbe
  25. URxvt.underlineColor: #333333
  26. URxvt.highlightColor: #ebac54
  27. URxvt.highlightTextColor: #151515
  28.  
  29. URxvt.urlLauncher: firefox
  30. URxvt.scrollstyle:plain
  31. URxvt.scrollBar:false
  32. URxvt.scrollTtyOutput:false
  33. URxvt.scrollWithBuffer:true
  34. URxvt.scrollTtyKeypress:true
  35.  
  36. URxvt.cursorColor: #353945
  37. URxvt.cursorColor2: #ebac54
  38. URxvt.cursorBlink: true
  39. URxvt.cursorUnderline: false
  40. URxvt.depth:32
  41.  
  42.  
  43. !- Copy/paste
  44. URxvt.iso14755: False
  45. URxvt.keysym.Shift-Alt-C: perl:clipboard:copy
  46. URxvt.keysym.Shift-Alt-V: perl:clipboard:paste
  47.  
  48. URxvt.keysym.C-Up: font-size:increase
  49. URxvt.keysym.C-Down: font-size:decrease
  50. URxvt.keysym.C-S-Up: font-size:incglobal
  51. URxvt.keysym.C-S-Down: font-size:decglobal
  52. URxvt.keysym.C-equal: font-size:reset
  53. URxvt.keysym.C-slash: font-size:show
  54.  
  55. !URxvt.font:xft:ProFont for Powerline:size=12
  56. URxvt.font:xft:Roboto Mono for Powerline:size=10
  57.  
  58. URxvt.underlineURLs:true
  59. URxvt.geometry:75x25
  60. !URxvt.fading: 25%
  61.  
  62. URxvt.transparent: true
  63. !URxvt.tintColor: white
  64. !URxvt.shading: 50
  65. !-Urgent Terminal for Notification
  66. URxvt*urgentOnBell: true
  67.  
  68. URxvt*visualBell: false
  69.  
  70. !- Color Scheme
  71.  
  72. *color0: #5c616c
  73. *color8: #5c616c
  74.  
  75. *color1: #e1485a
  76. *color9: #e1485a
  77.  
  78. *color2: #35ac54
  79. *color10: #35ac54
  80.  
  81. *color3: #ef654a
  82. *color11: #ef654a
  83.  
  84. *color4: #5294e2
  85. *color12: #5294e2
  86.  
  87. *color5: #c81a71
  88. *color13: #c81a71
  89.  
  90. *color6: #1ba39c
  91. *color14: #1ba39c
  92.  
  93. *color7: #353945
  94. *color15: #353945
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement