logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gtkrc (627B)


  1. style "default"
  2. {
  3. font = "-*-lucida-medium-r-normal-*-*-100-*-*-*-*-*-*"
  4. }
  5. style "button" = "default"
  6. {
  7. bg[PRELIGHT] = { 0.7, 0.7, 0.9 }
  8. }
  9. style "treeitem"
  10. {
  11. bg[ACTIVE] = { 0.7, 0.7, 0.9 }
  12. }
  13. style "scrollbar" = "button"
  14. {
  15. bg[ACTIVE] = {0.6, 0.6, 0.6 }
  16. }
  17. style "status" {
  18. bg[PRELIGHT] = { 0.3, 1.0, 0.3 }
  19. }
  20. style "gtk-tooltips" {
  21. bg[NORMAL] = "#ffff60"
  22. }
  23. class "GtkWidget" style "default"
  24. class "GtkButton" style "button"
  25. class "GtkItem" style "button"
  26. class "GtkProgressBar" style "status"
  27. class "GtkScrollbar" style "scrollbar"
  28. class "GtkTreeItem" style "treeitem"
  29. widget "gtk-tooltips" style "gtk-tooltips"