[Github-comments] [geany/geany] Theme improvements (#1382)

Matthew Brush notifications at xxxxx
Sat Jan 28 20:39:33 UTC 2017


codebrainz commented on this pull request.



> @@ -1,10 +0,0 @@
- at import "geany.css";
-
-/* make close button on the editor's tabs smaller */
-#geany-close-tab-button {
-	-GtkWidget-focus-padding: 0;
-	-GtkWidget-focus-line-width: 0;
-	-GtkButton-default-border: 0;
-	-GtkButton-default-outside-border: 0;
-	-GtkButton-inner-border: 0;
-}

Using `~/.config/gtk-3.0/gtk.css`, how do you make all the gtkpaned splitters wider or make the statusbar background colour pink, just in Geany without affecting other applications? Using the global gtk.css would only allow you to tweak Geany's named IDs without affecting other applications, any other changes will affect all GTK+ apps.

The only other way is quite a bit complicated, involving custom GTK+ themes applied to Geany alone using environment variables to override the theme, AFAICT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170128/2ef85083/attachment.html>


More information about the Github-comments mailing list