Theme customization of Inkscape - user-interface

How do I customize my Inkscape theme? F.e. is there a way to show a 'dark' UI theme?
There doesn't seem to be a setting anywhere for it... I've been through all the settings, views and everything else I could think of. I'm currently using version 0.92.3.
Am I just missing something?

If you're on Windows, you need to modify or exchange the gtkrc file:
http://wiki.inkscape.org/wiki/index.php/Customizing_Inkscape
https://logosbynick.com/how-to-make-inkscape-go-dark/
For Linux, I'm not sure how to achieve usage of a specific theme for a specific application. I'd be interested to learn how that works, though.

Related

What is the name of the theme used by coderpad

I can't seem to find a defined theme used by Coderpad by default see here https://coderpad.io/sandbox
The closest thing I found was https://vscodethemes.com/e/SarahRidge.vscode-monokai-minimal however some things seem off. Does anybody know what theme they use?
The colour scheme seems to be a custom one from a Monokai family. The closes I was able to find out of the box is https://github.com/sarcadass/vscode-monokai-alt

How to change prestashop theme dynamically

I would like to establish an alternative theme for all my website visitors except for me.
If is not possible natively or by a module I would like to know where I can add a little conditions code that will redefine the theme during the page loading.
Thankz for your help
Finally, it seem that is not possible.
Setting Maintenance mode is the only way for do this kind of thing.

Source of Thunderbird's Default Theme by Arvid Axelsson

I need to edit the original icons from Thunderbird's Default Theme by Arvid Axelsson.
Does Mozilla provides an SVG version?
I need to know the style of the icons, because they're really specific (inner-shadow etc). It's not a simple -moz-effect (CSS). Does anybody know where to find or download the real skin-source or how to view files inside chrome://global/skin?
There are actually three default themes - Windows, Linux and Mac OS X. You seem to be talking about the Windows theme which is indeed being attributed to Arvid Axelsson even though he doesn't seem to be working on it (looks like he created the theme around Thunderbird 1.0 and other people took over since).
Looking at the source code repository, the icons are there but their source code isn't. I also checked the bugs associated with icon changes and the source code of these icons indeed doesn't seem to be public. Which means that the only way for you would be contacting the person who designed the icons. That would be Andreas Nilsson, click his name in bug 671236 to send him a mail.

Effel: EiffelVision2 changing widget style

I'm joining an Eiffel project that has a horribly outdated GUI design. The GUI is built with EiffelVision2 and the application is Windows platform only.
how can I change the look/design of the widgets, like defining shape and color of scrollbars, buttons, window borders and so on?
thank you!
I think this can be done using manifest file.
For instance, https://svn.eiffel.com/eiffelstudio/trunk/Src/Eiffel/Ace/ec.exe.manifest allows EiffelStudio to have nicer look than default classic theme.
You can check similar question/answers from http://tech.groups.yahoo.com/group/eiffel_software/message/8791

How to change the theme of a program

I have a piece of software, a winform program developed in c#, that has several different themes. But if one of my team members wants to change the theme they have to ask me, then i have to change it, recompile and send it. Instead I wish for them to be able to freely change the theme. It is like changing the theme in Firefox, etc. Any ideas on how to begin coding such a piece of software?
This seems like a good thing to put into your config file. Have a method that checks the config file for a theme setting. And change the theme based on that. I would also recommend having a default theme in case the config file fails to specify one.
Alternatively, this could go into the admin / settings / options portion of the application. Where you could save it with your other settings. In the registry, or app settings folder, etc.

Resources