-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Themes] Use theme method to store theme font
- We have to use this method of creating the font preference key for fonts
- Loading branch information
Showing
4 changed files
with
59 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
com.archimatetool.editor.themes/themes/eclipse/css/archi-high-contrast.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/******************************************************************************* | ||
* Styling for Archi that over-rides some Eclipse stylings | ||
*******************************************************************************/ | ||
|
||
@import url("platform:/plugin/com.archimatetool.editor.themes/themes/archi/css/common/archi-globalstyle.css"); | ||
|
||
/* Theme colors */ | ||
|
||
ColorDefinition#com-archimatetool-editor-VIEW_BACKGROUND { | ||
color: '#COLOR_WIDGET_BACKGROUND'; | ||
} | ||
|
||
ColorDefinition#com-archimatetool-editor-VISUALISER_BACKGROUND { | ||
color: '#COLOR_WIDGET_BACKGROUND'; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters