Skip to content

Commit e98a183

Browse files
authored
Merge pull request oxen-io#2607 from yougotwill/theme_doc
Themes documentation
2 parents 0794ede + a17f8a4 commit e98a183

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

THEMES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Themes
2+
3+
## Available Themes
4+
5+
- Classic Dark (Default)
6+
- Classic Light
7+
- Ocean Light
8+
- Ocean Dark
9+
10+
## Available Primary (Accent) Colors
11+
12+
- Green `#31F196` <img src="https://placehold.co/15x15/31F196/31F196.png" alt="#31F196" />
13+
- Blue `#57C9FA` <img src="https://placehold.co/15x15/57C9FA/57C9FA.png" alt="#57C9FA" />
14+
- Yellow `#FAD657` <img src="https://placehold.co/15x15/FAD657/FAD657.png" alt="#FAD657" />
15+
- Pink `#FF95EF` <img src="https://placehold.co/15x15/FF95EF/FF95EF.png" alt="#FF95EF" />
16+
- Purple `#C993FF` <img src="https://placehold.co/15x15/C993FF/C993FF.png" alt="#C993FF" />
17+
- Orange `#FCB159` <img src="https://placehold.co/15x15/FCB159/FCB159.png" alt="#FCB159" />
18+
- Red `#FF9C8E` <img src="https://placehold.co/15x15/FF9C8E/FF9C8E.png" alt="#FF9C8E" />
19+
20+
## Custom Theming
21+
22+
Session doesn't support custom theming yet but it's pretty easy to add a new theme file and build it yourself!
23+
24+
[Here](https://github.com/yougotwill/session-desktop/pull/19) is an example PR for the `Windows Crash` theme which was inspired by the classic [blue screen of death](https://user-images.githubusercontent.com/14887287/203880658-e4a768d7-1b25-45d2-9e6d-00b233eb84a8.png).
25+
26+
Keep in mind that if you swap back to the latest `clearnet` with the `Windows Crash` theme set it may cause a database issue. So when you change your branch back make sure to set your theme to one of the [available themes](#available-themes) above.
27+
28+
### Screenshot
29+
30+
<img width="689px" alt="windows crash theme screenshot" src="https://user-images.githubusercontent.com/14887287/203880797-43c2af93-4a1a-4924-bc3c-f269b8784cd2.png">

0 commit comments

Comments
 (0)