gtkrc-2.0 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # created by KDE, Paz Kas 6 14:52:52 2016
  2. #
  3. # If you do not want KDE to override your GTK settings, select
  4. # Appearance -> Colors in the System Settings and disable the checkbox
  5. # "Apply colors to non-KDE4 applications"
  6. #
  7. #
  8. gtk-alternative-button-order = 1
  9. include "/usr/share//themes/Breeze/gtk-2.0/gtkrc"
  10. gtk-theme-name="Breeze"
  11. style "default"
  12. {
  13. bg[NORMAL] = { 0.937, 0.941, 0.945 }
  14. bg[SELECTED] = { 0.239, 0.682, 0.914 }
  15. bg[INSENSITIVE] = { 0.937, 0.941, 0.945 }
  16. bg[ACTIVE] = { 0.769, 0.788, 0.804 }
  17. bg[PRELIGHT] = { 0.937, 0.941, 0.945 }
  18. base[NORMAL] = { 0.988, 0.988, 0.988 }
  19. base[SELECTED] = { 0.239, 0.682, 0.914 }
  20. base[INSENSITIVE] = { 0.937, 0.941, 0.945 }
  21. base[ACTIVE] = { 0.239, 0.682, 0.914 }
  22. base[PRELIGHT] = { 0.239, 0.682, 0.914 }
  23. text[NORMAL] = { 0.192, 0.212, 0.231 }
  24. text[SELECTED] = { 0.937, 0.941, 0.945 }
  25. text[INSENSITIVE] = { 0.769, 0.788, 0.804 }
  26. text[ACTIVE] = { 0.937, 0.941, 0.945 }
  27. text[PRELIGHT] = { 0.937, 0.941, 0.945 }
  28. fg[NORMAL] = { 0.192, 0.212, 0.231 }
  29. fg[SELECTED] = { 0.937, 0.941, 0.945 }
  30. fg[INSENSITIVE] = { 0.769, 0.788, 0.804 }
  31. fg[ACTIVE] = { 0.192, 0.212, 0.231 }
  32. fg[PRELIGHT] = { 0.192, 0.212, 0.231 }
  33. }
  34. class "*" style "default"
  35. style "ToolTip"
  36. {
  37. bg[NORMAL] = { 0.937, 0.941, 0.945 }
  38. base[NORMAL] = { 0.988, 0.988, 0.988 }
  39. text[NORMAL] = { 0.192, 0.212, 0.231 }
  40. fg[NORMAL] = { 0.192, 0.212, 0.231 }
  41. }
  42. widget "gtk-tooltip" style "ToolTip"
  43. widget "gtk-tooltips" style "ToolTip"
  44. style "MenuItem"
  45. {
  46. bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
  47. fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
  48. }
  49. class "*MenuItem" style "MenuItem"