General Preferences Themes

Started by trussecn, April 02, 2018, 20:37:42 PM

Previous topic - Next topic

Phil Beauvoir

Quote from: isaac-nugroho on December 20, 2022, 12:32:32 PMHi, I created a theme plugin for archi, you can find at https://github.com/isaacnugroho/archi-themes.

It is actually a rip off from theme found in archi source code.

How to use:

1. Download this file https://github.com/isaacnugroho/archi-themes/releases/download/0.2.0/com.github.isaacnugroho.archi.themes_0.2.0.jar
2. Copy to ~/.archi4/dropins folder
3. Start archi
4. A new theme, Groovy Dark, will available for selection


PS:

* only one theme available, but open for suggestions



Thanks for sharing your theme. Perhaps it's worth mentioning that it's for Linux only.

Regards,

Phil
If you value and use Archi please consider making a donation! https://www.archimatetool.com/donate

isaac-nugroho

Quote from: Phil Beauvoir on December 20, 2022, 12:55:55 PMThanks for sharing your theme. Perhaps it's worth mentioning that it's for Linux only.

You're correct Phil. I'm sorry I did not mention it earlier.

I'll find out the equivalent dropins folder in other OS.

Thank you

Phil Beauvoir

Quote from: isaac-nugroho on December 20, 2022, 13:00:20 PM
Quote from: Phil Beauvoir on December 20, 2022, 12:55:55 PMThanks for sharing your theme. Perhaps it's worth mentioning that it's for Linux only.

You're correct Phil. I'm sorry I did not mention it earlier.

I'll find out the equivalent dropins folder in other OS.

Thank you

The plugin.xml declares the theme as Linux only:

<theme
   basestylesheeturi="themes/eclipse/css/e4-groovy-dark_linux.css"
   id="com.github.isaacnugroho.archi.themes.groovy_dark"
   label="Groovy Dark"
   os="linux">
</theme>
If you value and use Archi please consider making a donation! https://www.archimatetool.com/donate