mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
docs: themes (#2425)
* docs: themes * update * update 2 * bigger images
This commit is contained in:
parent
e635c45ec6
commit
635d797b2e
6 changed files with 36 additions and 0 deletions
25
docs/THEMES.md
Normal file
25
docs/THEMES.md
Normal 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"> <img src="./themes/example-conversation.png" width="240"> <img src="./themes/example-settings.png" width="240">
|
BIN
docs/themes/example-chats.png
vendored
Normal file
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
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
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
11
docs/themes/example.theme
vendored
Normal 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
BIN
docs/themes/simplex-chat.sample.zip
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue