docs: themes (#2425)

* docs: themes

* update

* update 2

* bigger images
This commit is contained in:
Evgeny Poberezkin 2023-05-11 11:11:38 +02:00 committed by GitHub
parent e635c45ec6
commit 635d797b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 0 deletions

25
docs/THEMES.md Normal file
View file

@ -0,0 +1,25 @@
# App color themes
Mobile apps allow to configure, export and import color themes. Currently this is only supported in Android app.
You can contribute your themes to the repository by creating a pull request.
## How to contribute a theme
1. Once you have configured your theme in the app, export it to a file and give it a descriptive name e.g., `example.theme`
2. Export your app database, and import a [sample chat database](./themes/simplex-chat.sample.zip).
3. Make three screenshots - the list of conversations with opened profile picker, conversation and privacy settings.
4. Create PR that includes these files and amends this THEMES.md file, following the example below.
5. Restore your database from the backup.
## Color themes
### SimpleX - included dark blue theme
Download [SimpleX theme](./themes/example.theme)
<img src="./themes/example-chats.png" width="240"> &nbsp;&nbsp; <img src="./themes/example-conversation.png" width="240"> &nbsp;&nbsp; <img src="./themes/example-settings.png" width="240"> &nbsp;&nbsp;

BIN
docs/themes/example-chats.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

BIN
docs/themes/example-conversation.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
docs/themes/example-settings.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB

11
docs/themes/example.theme vendored Normal file
View file

@ -0,0 +1,11 @@
base: "SIMPLEX"
colors:
accent: "#ff70f0f9"
accentVariant: "#ff1298a5"
secondary: "#ff8b8786"
secondaryVariant: "#ff2c464d"
background: "#ff111528"
menus: "#ff121c37"
title: "#ff267be5"
sentMessage: "#1e45b8ff"
receivedMessage: "#20b1b0b5"

BIN
docs/themes/simplex-chat.sample.zip vendored Normal file

Binary file not shown.