Skip to content

Instantly share code, notes, and snippets.

@saivert
Created November 22, 2021 23:04
Show Gist options
  • Save saivert/0414e7a96abd117688c835fb7e3bf873 to your computer and use it in GitHub Desktop.
Save saivert/0414e7a96abd117688c835fb7e3bf873 to your computer and use it in GitHub Desktop.
Fixes for adwaita gtk2 theme
# Fixes for adwaita gtk2
# Fix too big buttons
style "button" {
GtkButton::inner-border = {3, 3, 2, 2}
}
# Fix prelight assuming dialog bg color
style "notebook_checkbutton" {
bg[PRELIGHT] = {1.0, 1.0, 1.0}
}
widget_class "*<GtkNotebook>*<GtkCheckButton>" style "notebook_checkbutton"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment