From a17f8a40e703e7d5a1610df967e01c395f29ebe4 Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 25 Nov 2022 12:27:19 +1100 Subject: [PATCH] feat: added THEMES.md with theme info and custom theming instructions --- THEMES.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 THEMES.md diff --git a/THEMES.md b/THEMES.md new file mode 100644 index 000000000..37a98dfc2 --- /dev/null +++ b/THEMES.md @@ -0,0 +1,30 @@ +# Themes + +## Available Themes + +- Classic Dark (Default) +- Classic Light +- Ocean Light +- Ocean Dark + +## Available Primary (Accent) Colors + +- Green `#31F196` #31F196 +- Blue `#57C9FA` #57C9FA +- Yellow `#FAD657` #FAD657 +- Pink `#FF95EF` #FF95EF +- Purple `#C993FF` #C993FF +- Orange `#FCB159` #FCB159 +- Red `#FF9C8E` #FF9C8E + +## Custom Theming + +Session doesn't support custom theming yet but it's pretty easy to add a new theme file and build it yourself! + +[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). + +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. + +### Screenshot + +windows crash theme screenshot