Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 9d02f38

Browse files
Adds light/dark versions of the banner.
1 parent 4241326 commit 9d02f38

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ui.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ cp -a $STRUCTURIZR_UI_DIR/src/css/structurizr.css $STRUCTURIZR_CLI_DIR/src/main/
3737
cp -a $STRUCTURIZR_UI_DIR/src/css/structurizr-static.css $STRUCTURIZR_CLI_DIR/src/main/resources/static/css
3838
cp -a $STRUCTURIZR_UI_DIR/src/css/structurizr-static-dark.css $STRUCTURIZR_CLI_DIR/src/main/resources/static/css
3939

40+
# images
41+
mkdir -p $STRUCTURIZR_CLI_DIR/src/main/resources/static/img
42+
cp -a $STRUCTURIZR_UI_DIR/src/img/structurizr-banner-light.png $STRUCTURIZR_CLI_DIR/src/main/resources/static/img
43+
cp -a $STRUCTURIZR_UI_DIR/src/img/structurizr-banner-dark.png $STRUCTURIZR_CLI_DIR/src/main/resources/static/img
44+
4045
# HTML
4146
cp -a $STRUCTURIZR_UI_DIR/src/static.html $STRUCTURIZR_CLI_DIR/src/main/resources/static/index.html
4247

0 commit comments

Comments
 (0)