disable_insensitive_widget_shade.patch 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. --- a/themes/Adwaita/gtk-2.0/gtkrc 2020-05-26 10:13:13.557213234 +0300
  2. +++ b/themes/Adwaita/gtk-2.0/gtkrc 2020-05-26 12:31:51.312349746 +0300
  3. @@ -34,6 +34,31 @@
  4. gtk-auto-mnemonics = 1
  5. gtk-primary-button-warps-slider = 1
  6. +# https://www.opendesktop.org/u/thefrankenstein
  7. +style "fix_ugly_text"
  8. +{
  9. + engine "murrine"
  10. + {
  11. + textstyle = 0
  12. + text_shade = 1.0
  13. + }
  14. +}
  15. +
  16. +class "GtkLabel" style "fix_ugly_text"
  17. +class "GtkImage" style "fix_ugly_text"
  18. +class "GtkComboBox" style "fix_ugly_text"
  19. +class "GtkCellView" style "fix_ugly_text"
  20. +class "GtkMenuItem" style "fix_ugly_text"
  21. +widget_class "*.<GtkButton>.<GtkLabel>" style "fix_ugly_text"
  22. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "fix_ugly_text"
  23. +widget_class "*<GtkImage>*" style "fix_ugly_text"
  24. +widget_class "*.<GtkLabel>" style:highest "fix_ugly_text"
  25. +widget_class "*.<GtkMenuItem>.*" style:highest "fix_ugly_text"
  26. +widget_class "*<GtkMenuBar>*<GtkLabel>*" style:highest "fix_ugly_text"
  27. +widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style:highest "fix_ugly_text"
  28. +widget_class "*<GtkToolbar>*<GtkLabel>*" style:highest "fix_ugly_text"
  29. +widget_class "*<GtkButton>*<GtkLabel>*" style:highest "fix_ugly_text"
  30. +
  31. # And hand over the control to the theme files
  32. include "main.rc"
  33. include "apps.rc"
  34. --- a/themes/Adwaita-dark/gtk-2.0/gtkrc 2020-05-26 10:20:15.758226186 +0300
  35. +++ b/themes/Adwaita-dark/gtk-2.0/gtkrc 2020-05-26 12:32:06.927679341 +0300
  36. @@ -34,6 +34,31 @@
  37. gtk-auto-mnemonics = 1
  38. gtk-primary-button-warps-slider = 1
  39. +# https://www.opendesktop.org/u/thefrankenstein
  40. +style "fix_ugly_text"
  41. +{
  42. + engine "murrine"
  43. + {
  44. + textstyle = 0
  45. + text_shade = 1.0
  46. + }
  47. +}
  48. +
  49. +class "GtkLabel" style "fix_ugly_text"
  50. +class "GtkImage" style "fix_ugly_text"
  51. +class "GtkComboBox" style "fix_ugly_text"
  52. +class "GtkCellView" style "fix_ugly_text"
  53. +class "GtkMenuItem" style "fix_ugly_text"
  54. +widget_class "*.<GtkButton>.<GtkLabel>" style "fix_ugly_text"
  55. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "fix_ugly_text"
  56. +widget_class "*<GtkImage>*" style "fix_ugly_text"
  57. +widget_class "*.<GtkLabel>" style:highest "fix_ugly_text"
  58. +widget_class "*.<GtkMenuItem>.*" style:highest "fix_ugly_text"
  59. +widget_class "*<GtkMenuBar>*<GtkLabel>*" style:highest "fix_ugly_text"
  60. +widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style:highest "fix_ugly_text"
  61. +widget_class "*<GtkToolbar>*<GtkLabel>*" style:highest "fix_ugly_text"
  62. +widget_class "*<GtkButton>*<GtkLabel>*" style:highest "fix_ugly_text"
  63. +
  64. # And hand over the control to the theme files
  65. include "main.rc"
  66. include "apps.rc"