Difference between revisions of "GTK3"

From GnuCash
Jump to: navigation, search
(gtk themes)
(testing link syntax)
Line 3: Line 3:
 
== Customization ==
 
== Customization ==
  
As noted in bug 791823 (https://bugzilla.gnome.org/show_bug.cgi?id=791823), there is no GTK theming tool available for GTK3. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location.
+
As noted in [https://bugzilla.gnome.org/show_bug.cgi?id=791823 bug 791823], there is no GTK theming tool available for GTK3. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location.
  
 
Overview of CSS customization of GTK3: https://developer.gnome.org/gtk3/stable/chap-css-overview.html
 
Overview of CSS customization of GTK3: https://developer.gnome.org/gtk3/stable/chap-css-overview.html

Revision as of 08:42, 29 March 2018

With version 3.0, GnuCash has adopted GTK3 library.

Customization

As noted in bug 791823, there is no GTK theming tool available for GTK3. However, this is relatively easy to resolve manually by using a CSS file and placing it at the correct location.

Overview of CSS customization of GTK3: https://developer.gnome.org/gtk3/stable/chap-css-overview.html

Sample GnuCash CSS files:

- https://github.com/Gnucash/gnucash/blob/master/gnucash/gnucash-310.css

- https://github.com/Gnucash/gnucash/blob/master/gnucash/gnucash-320.css

To locate the UI elements for customization, you can use the GTK Inspector tool: https://wiki.gnome.org/Projects/GTK%2B/Inspector

To customize the GnuCash theme, create and/or modify the Cascading Style Sheets (CSS) file. The location of this file is explained in the following entry: https://wiki.gnucash.org/wiki/FAQ#Q:_Where_can_I_find_the_gtk_resource_file.3F Note that, by default, no gtk-3.0.css file will be created so you have to create one manually. Then add the CSS rules or copy values from an existing theme. There are plenty of GTK3 theme resources caused by the fact that CSS is a widely-adopted standard for UI styling and many people are familiar with it.

Some GTK3 theme resource sites:

- https://www.gnome-look.org/browse/cat/135/

- https://www.deviantart.com/customization/skins/linuxutil/desktopenv/gnome/gtk3/whats-hot/

etc.

Related wiki entries:

- https://wiki.gnucash.org/wiki/FAQ#Q:_How_do_I_change_the_register_colors.3F