Change theme on Windows
Change theme on Windows
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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
I don't think Inkscape has any other themes? You're talking about something like "skins"? Not that I've ever heard of.
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Re: Change theme on Windows
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
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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
How can you tell that's an Inkscape theme and not the system display theme of that user?
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Re: Change theme on Windows
Because some of the themes I've seen are clearly GTK (Gnome?) themes. Besides take a look at
This is almost identical structure to GIMP themes folder.
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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
To change GTK2 theme you have to download theme on this two site:
And put this download in the path:
Backup and open in notepad this file:
Add this line at the begining of the ressource file:
For use all theme configurations comment this line in the gtkrc file:
You have to restart Inkscape to change theme.
Here you can find tutorial to change GTK Theme engine on windows.
That's All Folk !
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.
Re: Change theme on Windows
Okey thanks.
Re: Change theme on Windows
I haven't tried changing themes yet but take a look at this
To get the look on the left simply set this option in the inkscape.exe properties (right click on the exe)
To get the look on the left simply set this option in the inkscape.exe properties (right click on the exe)
!!! 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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
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
Re: Change theme on Windows
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
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
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Re: Change theme on Windows
sphaira, thanx, worked like a charm!
Win7 64bit
Win7 64bit
Re: Change theme on Windows
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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
I've posted a question officially on inkscape's bug tracker/Q&A
Question #280951 : Questions : Inkscape - How to disable the violet gradient-heavy theme on Windows?
Question #280951 : Questions : Inkscape - How to disable the violet gradient-heavy theme on Windows?
!!! 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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l
Re: Change theme on Windows
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
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)
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Re: Change theme on Windows
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
* Inkscape Tutorial Basics A different approach... http://tinyurl.com/3pextp3
* What do I use Inkscape for http://tinyurl.com/3pbna6l