Difference between revisions of "GTK3"

From GnuCash
Jump to: navigation, search
m (gnome themes are not that useful)
m (Category:GTK)
Line 42: Line 42:
  
 
Due to the lack of a dark theme on Windows, the guide would be the [https://www.gnome-look.org/p/1014995/ Adwaita Dark] custom theme.
 
Due to the lack of a dark theme on Windows, the guide would be the [https://www.gnome-look.org/p/1014995/ Adwaita Dark] custom theme.
 +
 +
----
 +
[[Category:GTK]]

Revision as of 00:22, 30 March 2018

With version 3.0, GnuCash has upgraded to the GTK3 library from GTK2.

Customization

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

The comprehensive GTK+ CSS Overview is available at Gnome Developer web site.

Sample GnuCash CSS file:

For extra info, you can also look at these low-level customizations:

Note that these contain the variables, as explained in the CSS customization overview, under Colors section.

To locate the UI elements for customization, you can use the GTK Inspector tool.

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: Where can I find the GTK resource file? 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:

etc.

Related wiki entries:

Dark Theme

Here is an example of a dark theme for GnuCash 3. Note that this is still a work in progress, though.

Due to the lack of a dark theme on Windows, the guide would be the Adwaita Dark custom theme.