Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90a5a10

Browse files
authoredJun 17, 2024··
Merge pull request #110 from eMoflon/hotfix/remove-dark-theme
Hotfix: removes the broken dark theme (for now)
2 parents 5a45ed7 + ca3cf2a commit 90a5a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ IMPORT_PLUGIN_FILENAME="com.seeq.eclipse.importprojects_$IMPORT_PLUGIN_VERSION.j
4242
IMPORT_PLUGIN_SRC="https://api.github.com/repos/maxkratz/eclipse-import-projects-plugin/releases/tags/v$IMPORT_PLUGIN_VERSION"
4343

4444
# Array with the order to install the plugins with.
45-
ORDER_LINUX=("xtext" "plantuml" "hipe" "kermeta" "misc" "emoflon-headless" "emoflon" "theme" "additional")
45+
ORDER_LINUX=("xtext" "plantuml" "hipe" "kermeta" "misc" "emoflon-headless" "emoflon" "additional")
4646

4747
#
4848
# Configure OS specific details

0 commit comments

Comments
 (0)