/xfce-notify-4.0/gtkrc

http://github.com/daz4126/Blackbird · #! · 45 lines · 39 code · 6 blank · 0 comment · 0 complexity · 34d75e5063659db6eb932a00107c6642 MD5 · raw file

  1. style "greybird-notify-window"
  2. {
  3. XfceNotifyWindow::summary-bold = 1
  4. bg[NORMAL] = "#111"
  5. XfceNotifyWindow::border-color = "#ffffff"
  6. XfceNotifyWindow::border-radius = 10.0
  7. XfceNotifyWindow::border-width = 3.0
  8. }
  9. class "XfceNotifyWindow" style "greybird-notify-window"
  10. style "greybird-notify-button"
  11. {
  12. bg[NORMAL] = "#202020"
  13. bg[PRELIGHT] = "#404040"
  14. fg[NORMAL] = "#ffffff"
  15. fg[PRELIGHT] = "#ffffff"
  16. }
  17. style "greybird-notify-text"
  18. {
  19. fg[NORMAL] = "#ffffff"
  20. GtkWidget::link-color = "#a7a7a7"
  21. }
  22. style "greybird-notify-progressbar"
  23. {
  24. xthickness = 1
  25. ythickness = 1
  26. fg[PRELIGHT] = "#000000"
  27. bg[NORMAL] = "#dbdbdb"
  28. bg[SELECTED] = "#dbdbdb"
  29. engine "murrine" {
  30. gradient_shades = {1.1,0.95,1.1,0.85}
  31. contrast = 0.5
  32. border_shades = { 0.9, 0.9 }
  33. progressbarstyle = 0
  34. }
  35. }
  36. widget_class "XfceNotifyWindow.*.GtkButton*" style "greybird-notify-button"
  37. widget_class "XfceNotifyWindow.*.<GtkLabel>" style "greybird-notify-text"
  38. widget_class "XfceNotifyWindow.*.<GtkProgress>" style "greybird-notify-progressbar"
  39. widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "greybird-notify-progressbar"