Change theme on Windows

General discussions about Inkscape.
User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Change theme on Windows

Postby Bucic » Mon Mar 15, 2010 7:36 am

How can I change inkscape theme on Windows? Where can I download additional themes? I'll be grateful for any answers.
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

User avatar
brynn
Posts: 10309
Joined: Wed Sep 26, 2007 4:34 pm
Location: western USA
Contact:

Re: Change theme on Windows

Postby brynn » Mon Mar 15, 2010 8:15 am

I don't think Inkscape has any other themes? You're talking about something like "skins"? Not that I've ever heard of.

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Mon Mar 15, 2010 8:50 am

See http://gimper.net/viewtopic.php?f=20&t=626

You don't need this application to change GIMP themes but it's for convenience. One can download GTK themes http://art.gnome.org/themes/gtk2/?page=1 and apply theme on GIMP. Inkscape definitely has themes support http://www.inkscape.org/screenshots/gal ... ealism.png
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

User avatar
brynn
Posts: 10309
Joined: Wed Sep 26, 2007 4:34 pm
Location: western USA
Contact:

Re: Change theme on Windows

Postby brynn » Mon Mar 15, 2010 5:13 pm

How can you tell that's an Inkscape theme and not the system display theme of that user?

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Tue Mar 16, 2010 10:11 pm

Because some of the themes I've seen are clearly GTK (Gnome?) themes. Besides take a look at

Code: Select all

\Inkscape\share\themes\Default\
\Inkscape\share\themes\Emacs\
\Inkscape\share\themes\MS-Windows\
\Inkscape\share\themes\Raleigh\


This is almost identical structure to GIMP themes folder.
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

User avatar
sphaira
Posts: 9
Joined: Sun Apr 25, 2010 9:14 pm

Re: Change theme on Windows

Postby sphaira » Sat May 01, 2010 10:39 pm

To change GTK2 theme you have to download theme on this two site:

And put this download in the path:

Code: Select all

InkscapePath\share\themes\yourthemename


Backup and open in notepad this file:

Code: Select all

InkscapePath\etc\gtk-2.0\gtkrc


Add this line at the begining of the ressource file:

Code: Select all

gtk-theme-name = "yourthemename"


For use all theme configurations comment this line in the gtkrc file:

Code: Select all

#engine "wimp"
#{
#}


You have to restart Inkscape to change theme.

Here you can find tutorial to change GTK Theme engine on windows.

That's All Folk !
Last edited by sphaira on Tue Jul 19, 2011 9:21 pm, edited 2 times in total.

dacoda
Posts: 1
Joined: Wed May 26, 2010 4:07 pm
Location: philippines

Re: Change theme on Windows

Postby dacoda » Wed May 26, 2010 4:19 pm

Okey thanks.

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Fri Jun 18, 2010 5:41 am

I haven't tried changing themes yet but take a look at this :P

Image

To get the look on the left simply set this option in the inkscape.exe properties (right click on the exe)

Image
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Sun Jan 16, 2011 6:16 pm

sphaira wrote:To change GTK2 theme you have to ...

It didn't work... Putting gtk-theme-name = has no effect on Inkscape appearance (still violetish). When I comment out the engine section Inkscape looks like under Windows 3. I tried various themes in both cases.


EDIT:
It worked! Well, somewhat... Why somewhat? Because the theme is fixed as chosen for GIMP using Gimpthemes-v1.0.exe theme changer application.

I did as per instructions here
https://answers.launchpad.net/inkscape/+question/30614
I just did a fresh install of Inkscape on Vista.
The problem is Inkscape's copy of GTK ( and GTK Themes) conflicting with the system's version.

I got around this problem by doing 2 steps:

1) copy all themes from C:\Program Files\Common Files\GTK\2.0\share\themes to C:\Program Files\Inkscape\share\themes
I used my small program https://code.launchpad.net/~robin-grove ... hemeCopier but I advise against using it because I haven't fully tested it and there are undocumented configuration changes to be made before first run.

2) Copy all engines from C:\Program Files\Common Files\GTK\2.0\lib\gtk-2.0\2.10.0\engines to C:\Program Files\Inkscape\lib\gtk-2.0\2.10.0\engines



... The file "C:\users\<?>\.gtkrc-2.0" will be overwritten.
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

User avatar
Hibou57
Posts: 29
Joined: Sat Jan 17, 2009 10:57 pm
Contact:

Re: Change theme on Windows

Postby Hibou57 » Tue Feb 01, 2011 7:06 pm

Bucic wrote:I just did a fresh install of Inkscape on Vista.
The problem is Inkscape's copy of GTK ( and GTK Themes) conflicting with the system's version.
[…]

I've just opened a topic about it : Inkscape and the system wide GTK Runtime on Windows

User avatar
brynn
Posts: 10309
Joined: Wed Sep 26, 2007 4:34 pm
Location: western USA
Contact:

Re: Change theme on Windows

Postby brynn » Wed May 04, 2011 1:31 pm

Someone else found a way of changing themes, reported in a different topic. It actually might be from Bucic, if I recall, but I'll know if find it, and I'll post results by editing this message. brb

EDIT -- Ok, look at this: viewtopic.php?f=22&t=8618 I haven't actually tried it yet, but it looks promising. I'd be interested to hear anyone's experience, if they decide to try it. btw, not from Bucic afterall :D

begem0t
Posts: 1
Joined: Wed Jun 01, 2011 1:54 am

Re: Change theme on Windows

Postby begem0t » Wed Jun 01, 2011 1:57 am

sphaira, thanx, worked like a charm!
Win7 64bit

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Mon Jan 04, 2016 4:01 am

The option viewtopic.php?p=23263#p23263 doesn't seem to be available anymore. Oddly enough it's not available only for Inkscape on my system. Any thoughts? Win 7 x64, Inkscape 0.91.
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Fri Jan 15, 2016 5:17 am

!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l

Moini
Posts: 3381
Joined: Mon Oct 05, 2015 10:44 am

Re: Change theme on Windows

Postby Moini » Fri Jan 15, 2016 9:41 am

I saw it there, and being a Linux user, I didn't know what to answer there, either... Do any Windows users around here know this, maybe?
Or does this thread help:
viewtopic.php?t=10499
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!

Inkscape FAQ - Learning Resources - Website with tutorials (German and English)

User avatar
Bucic
Posts: 128
Joined: Fri Apr 24, 2009 2:50 am
Location: Poland

Re: Change theme on Windows

Postby Bucic » Sat Jan 16, 2016 6:40 am

Moini wrote:I saw it there, and being a Linux user, I didn't know what to answer there, either... Do any Windows users around here know this, maybe?
Or does this thread help:
viewtopic.php?t=10499

There is no proper information on the subject. Nor in the other thread, nor anywhere else. It's all hit or miss. You download a set of themes for example, one will work somehow, and the other won't.
!!! Support wishlist: A new perspective / transformation tool http://tinyurl.com/3uacua4
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l


Return to “General Discussions”