Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. *foreground: #adadad
  2. *background: #272c2d
  3. URxvt.font: xft:terminus:pixelsize=13
  4. URxvt.perl-lib: /home/lirvux/.config/urxvt/perl
  5. URxvt.perl-ext-common: default,matcher,url-select
  6. URxvt.urlLauncher: iceweasel
  7. URxvt.matcher.button: 1
  8. URxvt.colorUL: #729fcf
  9. URxvt*scrollBar: false
  10. urxvt*cursorBlink: true
  11. URxvt.keysym.M-u: perl:url-select:select_next
  12.  
  13. ! xscreensaver ---------------------------------------------------------------
  14. !font settings
  15. xscreensaver*font: -*-sans-medium-r-*-*-16-*-*-*-*-*-*-*
  16. xscreensaver.Dialog.headingFont: -*-terminus-bold-r-*-*-13-*-*-*-*-*-*-*
  17. xscreensaver.Dialog.bodyFont: -*-terminus-medium-r-*-*-13-*-*-*-*-*-*-*
  18. xscreensaver.Dialog.labelFont: -*-terminus-medium-r-*-*-13-*-*-*-*-*-*-*
  19. xscreensaver.Dialog.unameFont: -*-terminus-medium-r-*-*-13-*-*-*-*-*-*-*
  20. xscreensaver.Dialog.buttonFont: -*-terminus-bold-r-*-*-13-*-*-*-*-*-*-*
  21. xscreensaver.Dialog.dateFont: -*-terminus-medium-r-*-*-13-*-*-*-*-*-*-*
  22. xscreensaver.passwd.passwdFont: -*-terminus-bold-r-*-*-13-*-*-*-*-*-*-*
  23. !general dialog box (affects main hostname, username, password text)
  24. xscreensaver.Dialog.foreground: #adadad
  25. xscreensaver.Dialog.background: #272c2d
  26. xscreensaver.Dialog.topShadowColor: #3f3f3f
  27. xscreensaver.Dialog.bottomShadowColor: #3f3f3f
  28. xscreensaver.Dialog.Button.foreground: #adadad
  29. xscreensaver.Dialog.Button.background: #2e3436
  30. !username/password input box and date text colour
  31. xscreensaver.Dialog.text.foreground: #adadad
  32. xscreensaver.Dialog.text.background: #272c2d
  33. xscreensaver.Dialog.internalBorderWidth:24
  34. xscreensaver.Dialog.borderWidth: 20
  35. xscreensaver.Dialog.shadowThickness: 2
  36. !timeout bar (background is actually determined by Dialog.text.background)
  37. xscreensaver.passwd.thermometer.foreground: #5ca84f
  38. xscreensaver.passwd.thermometer.background: #3f3f3f
  39. xscreensaver.passwd.thermometer.width: 10
  40. !datestamp format--see the strftime(3) manual page for details
  41. xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y
  42.  
  43.  
  44. ! black
  45. *color0: #3F3F3F
  46. ! red
  47. *color1: #BD3E3E
  48. ! green
  49. *color2: #5ca84f
  50. ! yellow
  51. *color3: #c48c33
  52. ! blue
  53. *color4: #729fcf
  54. ! purple
  55. *color5: #9A5B9E
  56. ! cyan
  57. *color6: #3EA2A6
  58. ! white
  59. *color7: #ADADAD
  60.  
  61. ! Light
  62.  
  63. ! black
  64. *color8: #3F3F3F
  65. ! red
  66. *color9: #BD3E3E
  67. ! green
  68. *color10: #5ca84f
  69. ! yellow
  70. *color11: #c48c33
  71. ! blue
  72. *color12: #729fcf
  73. ! purple
  74. *color13: #9A5B9E
  75. ! cyan
  76. *color14: #3EA2A6
  77. ! white
  78. *color15: #ADADAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement