Sign up

update gtk theme

Hei all. I'm trying to edit a theme, in gtk 3, but I cannot fix the variable.

according to the docs, I need to use "GTK_THEME" variable. But that there's absolutely nowhere to be found. Any clues ?

PS: I've checked the docs here: https://wiki.archlinux.org/index.php/GTK%2B

For GTK+ 3, use the GTKTHEME environment variable, for example:<br>$ GTKTHEME=Adwaita:dark gnome-calculator
will launch GNOME Calculator with the dark variant of Adwaita theme.

Not working. Help ?

Re: update gtk theme

A couple of points:

  1. I think you may be on the wrong email list / forum for this sort of question. You are asking about command lines and such, but this forum is about the D binding to GTK.

  2. I just tried:

    $ GTK_THEME=Adwaita gnome-calculator
    
    $ GTK_THEME=Adwaita:dark gnome-calculator
    
    

    on Debian SID running GNOME and it worked exactly as expected.