diff --git a/README.md b/README.md index dd585bb..e45dc80 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ Etsudoku (閲読) - An attempt to write an Android manga reading application on No, nothing works. ## Screens -| Shelf | Details | History | Feed | -|:----------------------------:|:--------------------------------:|:--------------------------------:|:--------------------------:| -| ![Shelf](./images/shelf.png) | ![Details](./images/details.png) | ![History](./images/history.png) | ![Feed](./images/feed.png) | +| Shelf | Details | History | +|:--------------------------------------------:|:------------------------------------------------:|:------------------------------------------------:| +| ![Shelf light theme](./images/shelf.png) | ![Details light theme](./images/details.png) | ![History light theme](./images/history.png) | +| ![Shelf dark theme](./images/shelf_dark.png) | ![Details dark theme](./images/details_dark.png) | ![History dark theme](./images/history_dark.png) | ## Acknowledgements diff --git a/images/details.png b/images/details.png index cc0ea7f..77738c6 100644 Binary files a/images/details.png and b/images/details.png differ diff --git a/images/details_dark.png b/images/details_dark.png new file mode 100644 index 0000000..1e4572c Binary files /dev/null and b/images/details_dark.png differ diff --git a/images/feed.png b/images/feed.png deleted file mode 100644 index 432e36b..0000000 Binary files a/images/feed.png and /dev/null differ diff --git a/images/history.png b/images/history.png index c6cbb35..ee8b5bd 100644 Binary files a/images/history.png and b/images/history.png differ diff --git a/images/history_dark.png b/images/history_dark.png new file mode 100644 index 0000000..4042dfe Binary files /dev/null and b/images/history_dark.png differ diff --git a/images/shelf.png b/images/shelf.png index ba8568d..7fb7acd 100644 Binary files a/images/shelf.png and b/images/shelf.png differ diff --git a/images/shelf_dark.png b/images/shelf_dark.png new file mode 100644 index 0000000..decd74f Binary files /dev/null and b/images/shelf_dark.png differ