Guest User

Untitled

a guest
Feb 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. !sim
  2. *foreground: #a0a0a0
  3. *background: #101010
  4. !black
  5. *color0: #1B1D1E
  6. *color8: #505354
  7. !red
  8. *color1: #644042
  9. *color9: #FF5995
  10. !green
  11. *color2: #485548
  12. *color10: #C2C2C2
  13. !yellow
  14. *color3: #5D3343
  15. *color11: #9A6D61
  16. !blue
  17. *color4: #4A6370
  18. *color12: #6B7B8A
  19. !magenta
  20. *color5: #4F4563
  21. *color13: #9E6FFE
  22. !cyan
  23. *color6: #305861
  24. *color14: #899CA1
  25. !white
  26. *color7: #CCCCC6
  27. *color15: #F8F8F2
  28.  
  29. !Tranzparenz
  30. inheritPixmap: true
  31. shading: 20
  32.  
  33. ! Urxvt
  34. URxvt.visualBell: true
  35. URxvt.urgentOnBell: true
  36. URxvt.mapAlert: true
  37. URxvt.saveLines: 5000
  38. URxvt.scrollBar: false
  39. URxvt.crsorBlink: true
  40. URxvt.cursorUnderline: true
  41. URxvt.urlLauncher: chromium
  42. URxvt.font: xft:profont -8
  43. URxvt.title: Urxvt
  44. URxvt.urgentOnBell: true
  45. URxvt.colorUL: #00BBFF
  46. URxvt.geometry: 80x30
  47. URxvt*borderless: true
  48. URxvt*scrollBar: false
  49.  
  50. ! XTerm
  51. XTerm*font: -*-profont-*-*-*-*-11-*-*-*-*-*-*-*
  52. XTerm*cursorUnderLine: true
  53. XTerm*cursorBlink: true
  54. XTerm*colorULMode: true
  55. XTerm*colorUL:#00bbff
  56. XTerm*cursorColor: #00bbff
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Xft settings
  63. Xft.dpi: 96
  64. Xft.antialias: true
  65. Xft.rgba: rgb
  66. Xft.hinting: true
  67. Xft.hinstyle: hintslight
Add Comment
Please, Sign In to add comment