Advertisement
Guest User

Untitled

a guest
Jul 8th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.96 KB | None | 0 0
  1. ! Dracula color theme
  2. *.foreground:   #f8f8f2
  3. *.background:   #282a36
  4. *.cursorColor:  #9aa7bd
  5.  
  6. *.color0:   #000000
  7. *.color1:   #ff5555
  8. *.color2:   #50fa7b
  9. *.color3:   #f1fa8c
  10. *.color4:   #bd93f9
  11. *.color5:   #ff79c6
  12. *.color6:   #8be9fd
  13. *.color7:   #bfbfbf
  14.  
  15. *.color8:   #4d4d4d
  16. *.color9:   #ff6e67
  17. *.color10:  #5af78e
  18. *.color11:  #f4f99d
  19. *.color12:  #caa9fa
  20. *.color13:  #ff92d0
  21. *.color14:  #9aedfe
  22. *.color15:  #e6e6e6
  23.  
  24. ! URxvt settings
  25. URxvt.font: xft:scientifica:pixelsize=16
  26. URxvt.letterSpace: -1
  27. URxvt*scrollBar: false
  28. URxvt.keysym.Shift-Control-V: eval:paste_clipboard
  29. URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
  30. URxvt.iso14755: false
  31. URxvt.iso14755_52: false
  32. URxvt*scrollTtyOutput: false
  33. URxvt*scrollWithBuffer: true
  34. URxvt*scrollTtyKeypress: true
  35.  
  36. ! Xft settings
  37. Xft.dpi:        96
  38. Xft.antialias:  true
  39. Xft.rgba:       rgb
  40. Xft.hinting:    true
  41. Xft.hintstyle:  hintfull
  42.  
  43. ! Cursor theme
  44. Xcursor.theme:  capitaine-cursors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement