Added instructions on how to enable Dark Themes on Windows 10.

worstje 2019-09-11 01:42:04 +02:00
parent 3720670f34
commit a0e0051bf8

@ -14,8 +14,18 @@ Manuskript does not come with any **dark themes**, but can use **dark themes** p
## Windows 10
_To be done._
For now see [PR #630 - Basic dark theme support (Windows 10)](https://github.com/olivierkes/manuskript/pull/630).
1. Close Manuskript
2. Right-click your desktop, choose **Personalize**
3. On the left side of the window that opens, choose the **Colors** section
4. Find the **Choose your color** setting (above *Transparency effects*), and select the **Dark** entry
*Note: this does not refer to the colored boxes you can click on to set an accent color.*
*The correct setting is circled in red in the below screenshot.*
![Windows-10-Dark-Theme](https://user-images.githubusercontent.com/399950/64657447-b6fd8780-d433-11e9-9193-ca3f29785b4d.png)
5. Restart Manuskript and open a project
6. You are likely left with a very bright editor that does not fit in.
You can adjust the way it appears by going to **Edit -> Settings -> General -> Views -> Text Editor**.
## Reference
- [Issue #388 - [Feature request] Night mode/dark mode](https://github.com/olivierkes/manuskript/issues/388)
- [Issue #388 - [Feature request] Night mode/dark mode](https://github.com/olivierkes/manuskript/issues/388)
- [PR #630 - Basic dark theme support (Windows 10)](https://github.com/olivierkes/manuskript/pull/630)