Skip to content
Merged

next #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_display_theme_cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Commit and Push Changes
run: |
git fetch
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add packages/modules/display_themes/cards/web
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_display_theme_colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Commit and Push Changes
run: |
git fetch
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add packages/modules/display_themes/colors/web
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_web_theme_colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Commit and Push Changes
run: |
git fetch
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add packages/modules/web_themes/colors/web
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_web_theme_koala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Commit and Push Changes
run: |
git fetch
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add packages/modules/web_themes/koala/web
Expand Down
2 changes: 2 additions & 0 deletions packages/modules/web_themes/colors/source/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# wbcolortheme2
Ein Theme für die openWB2 (http://openwb.de)



Alpha version, basierend auf der Alpha der openwb2.

![dark background](colors1.png)
Expand Down
2 changes: 2 additions & 0 deletions packages/modules/web_themes/koala/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Koala web theme for openWB



## Install the dependencies

```bash
Expand Down