diff --git a/README.md b/README.md index a223ce8b..316b1172 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ [![latest](https://img.shields.io/github/v/release/sourcegit-scm/sourcegit.svg)](https://github.com/sourcegit-scm/sourcegit/releases/latest) [![downloads](https://img.shields.io/github/downloads/sourcegit-scm/sourcegit/total)](https://github.com/sourcegit-scm/sourcegit/releases) +## Screenshots + +* Dark Theme + + ![Theme Dark](./screenshots/theme_dark.png) + +* Light Theme + + ![Theme Light](./screenshots/theme_light.png) + +* Custom + + You can find custom themes from [sourcegit-theme](https://github.com/sourcegit-scm/sourcegit-theme.git). And welcome to share your own themes. + ## Highlights * Supports Windows/macOS/Linux @@ -201,20 +215,6 @@ You can define your own conventional commit types (per-repository) by following ``` 2. Configure the `Conventional Commit Types` in repository configuration window. -## Screenshots - -* Dark Theme - - ![Theme Dark](./screenshots/theme_dark.png) - -* Light Theme - - ![Theme Light](./screenshots/theme_light.png) - -* Custom - - You can find custom themes from [sourcegit-theme](https://github.com/sourcegit-scm/sourcegit-theme.git). And welcome to share your own themes. - ## Contributing Everyone is welcome to submit a PR. Please make sure your PR is based on the latest `develop` branch and the target branch of PR is `develop`.