-
-
Notifications
You must be signed in to change notification settings - Fork 270
How to create a theme for Archi
Jean-Baptiste Sarrodie edited this page Sep 24, 2019
·
3 revisions
Archi being based on Eclipse framework, it is possible to tune its appearance a bit using CSS, or even to create a completely new theme for it.
- https://www.vogella.com/tutorials/Eclipse4CSS/article.html
- https://wiki.eclipse.org/E4/CSS/SWT_Mapping
- https://books.google.fr/books?id=oQjVDQAAQBAJ&pg=PA252#v=onepage&q&f=false
In this example, the following changes have been done:
- This theme is based on the classic theme, but uses simple (rectangular) tabs shape:
.MPartStack {swt-simple: true;}
- Model tree background color has been changed:
.MPartStack#folderLeftTop {background-color: #eaeff7;}
- Cross used to close tabs have been removed on some tabs:
.MPartStack#folderLeftTop CTabItem {swt-show-close: false;}
- Minimize/maximize icons have been removed:
.MPartStack {swt-maximize-visible: false; swt-minimize-visible: false;}
It would be good to design a new and modern theme for the next major version of Archi. Anyone interrested can create a new page to describe his/her ideas and add a link here.
Proposals:
If you value and use Archi please consider making a donation. Thanks!
- Developer
- About using Archi or ArchiMate
- Label Expressions
- Add letters to elements to distinguish between layers
- Archi Command Line Interface
- How to create a packaged version of Archi (including configuration and plugins)
- How to create your own report for Archi
- SQL queries in the HTML report
- Pattern based modelling with Archi
- ArchiMate language customization in Archi
- How to disable the "Check for Updates..." menu item
- The Archi.ini File
- Roadmap or potential new features
- Feature requests, the roadmap and managing expectations
- HTML export v3
- List of feature requests and potential roadmap items
- Generate Deliverables (Reporting) Requirements
- Sketch and Canvas revamp ideas
- Ideas for a nice and elegant way to implement profiles and concepts customization
- Roadmap for Archi 2.8
- Known issues
- Other