Difference between revisions of "Windows AIO themes"

From Gramps
(Example theme installation)
m (Example theme installation)
Line 21: Line 21:
  
 
* Find your Gramps AIO installation folder and create/edit the ''settings.ini'' file in "C:\GrampsAIO64-6.0.5\etc\gtk-3.0\settings.ini"  
 
* Find your Gramps AIO installation folder and create/edit the ''settings.ini'' file in "C:\GrampsAIO64-6.0.5\etc\gtk-3.0\settings.ini"  
 
+
** Add in a line that says '''gtk-theme-name = MacTahoe-Dark''' (or whatever your theme name is).  The complete file may look like this:
Add in a line that says "gtk-theme-name = Ollis-Gtk-3.18-Dark-Grad" (or whatever your theme name is).  The complete file should look like this:
 
 
  [Settings]
 
  [Settings]
  gtk-theme-name = Ollis-Gtk-3.18-Dark-Grad
+
  gtk-theme-name = MacTahoe-Dark
gtk-xft-antialias=1
 
gtk-xft-hinting=1
 
gtk-xft-hintstyle=hintfull
 
gtk-xft-rgba=rgb
 
  
 
{{man note|Note:|When you start Gramps, your console may show some "Gtk-WARNING **: Theme parsing error" messages.  These are usually harmless, but if there are a lot, and your Gramps screen doesn't look right, then your theme may not be compatible with the version of Gtk Gramps AIO is using.}}
 
{{man note|Note:|When you start Gramps, your console may show some "Gtk-WARNING **: Theme parsing error" messages.  These are usually harmless, but if there are a lot, and your Gramps screen doesn't look right, then your theme may not be compatible with the version of Gtk Gramps AIO is using.}}

Revision as of 01:17, 19 September 2025

Example Dark GTK3 Theme

The Gramps theme on the Windows AIO(All in one) installation can be changed so long as the Gramps AIO is version 5.0.x or newer and uses Gtk 3.18 to 3.24 you can select a theme that MUST support those versions (also themes that are designed for a later version may not work).

GTK Themes can be found in the GTK3/4 Themes section on gnome-look.org that provide Eyecandy for your GTK Desktop.

Example theme installation

For this example the MacTahoe-gtk-theme (By vinceliuice) provides a good looking dark theme.

  • Once decompressed look in the MacTahoe-gtk-theme-2025-08-22 folder for the release folder and you will see a list of sub themes select the MacTahoe-Dark.tar.xz file and decompress it, you should now have a folder named MacTahoe-Dark with various folders and files.
    • Copy the MacTahoe-Dark folder to the Windows users directory called .themes if it does not exist create it first "C:\Users\<username>\.themes" .

You should now see the files stored in "C:\Users\you\.themes" (replacing <username> with your user name) so that the final directory structure looks like:

C:\Users\<username>\.themes\MacTahoe-Dark\
                                          ...
                                          gtk-3.0\
                                          ...
  • Find your Gramps AIO installation folder and create/edit the settings.ini file in "C:\GrampsAIO64-6.0.5\etc\gtk-3.0\settings.ini"
    • Add in a line that says gtk-theme-name = MacTahoe-Dark (or whatever your theme name is). The complete file may look like this:
[Settings]
gtk-theme-name = MacTahoe-Dark
Gramps-notes.png
Note:

When you start Gramps, your console may show some "Gtk-WARNING **: Theme parsing error" messages. These are usually harmless, but if there are a lot, and your Gramps screen doesn't look right, then your theme may not be compatible with the version of Gtk Gramps AIO is using.

You can check the Gramps Gtk version by starting Gramps from the console;

Gramps -v
Gramps Settings:
----------------
 python    : 3.5.2
 gramps    : GrampsAIO64-4.2.6
 gtk++     : 3.18.9
 ...

See also