KXStudio scripts and misc stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.5KB

  1. # created by KDE Plasma, Sun Apr 1 11:29:36 2018
  2. #
  3. # If you do not want Plasma to override your GTK settings, select
  4. # Colors in the System Settings and disable the checkbox
  5. # "Apply colors to non-Qt applications"
  6. #
  7. #
  8. gtk-alternative-button-order = 1
  9. style "default"
  10. {
  11. bg[NORMAL] = { 0.192, 0.212, 0.231 }
  12. bg[SELECTED] = { 0.239, 0.682, 0.914 }
  13. bg[INSENSITIVE] = { 0.192, 0.212, 0.231 }
  14. bg[ACTIVE] = { 0.169, 0.184, 0.204 }
  15. bg[PRELIGHT] = { 0.192, 0.212, 0.231 }
  16. base[NORMAL] = { 0.137, 0.149, 0.161 }
  17. base[SELECTED] = { 0.239, 0.682, 0.914 }
  18. base[INSENSITIVE] = { 0.192, 0.212, 0.231 }
  19. base[ACTIVE] = { 0.239, 0.682, 0.914 }
  20. base[PRELIGHT] = { 0.239, 0.682, 0.914 }
  21. text[NORMAL] = { 0.937, 0.941, 0.945 }
  22. text[SELECTED] = { 0.937, 0.941, 0.945 }
  23. text[INSENSITIVE] = { 0.169, 0.184, 0.204 }
  24. text[ACTIVE] = { 0.937, 0.941, 0.945 }
  25. text[PRELIGHT] = { 0.937, 0.941, 0.945 }
  26. fg[NORMAL] = { 0.937, 0.941, 0.945 }
  27. fg[SELECTED] = { 0.937, 0.941, 0.945 }
  28. fg[INSENSITIVE] = { 0.169, 0.184, 0.204 }
  29. fg[ACTIVE] = { 0.937, 0.941, 0.945 }
  30. fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
  31. }
  32. class "*" style "default"
  33. style "ToolTip"
  34. {
  35. bg[NORMAL] = { 0.937, 0.937, 0.937 }
  36. base[NORMAL] = { 1.000, 1.000, 1.000 }
  37. text[NORMAL] = { 0.000, 0.000, 0.000 }
  38. fg[NORMAL] = { 0.000, 0.000, 0.000 }
  39. }
  40. widget "gtk-tooltip" style "ToolTip"
  41. widget "gtk-tooltips" style "ToolTip"
  42. style "MenuItem"
  43. {
  44. bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
  45. fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
  46. }
  47. class "*MenuItem" style "MenuItem"