Created
November 22, 2021 23:04
-
-
Save saivert/0414e7a96abd117688c835fb7e3bf873 to your computer and use it in GitHub Desktop.
Fixes for adwaita gtk2 theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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