From 0c62288a9f58ebd44ef5d4e5c0ef0c969305b3c1 Mon Sep 17 00:00:00 2001 From: Maksudul Haque Date: Mon, 15 Apr 2019 19:59:17 +0600 Subject: [PATCH] Updating the README.md to Document how to change Themes When I started Using this Application I was a bit confused about how I can change the theme as I wasn't able to find any Documentation about it so, I added this PR. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d1728d8..782a0713 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ After `yarn` postinstall script checks node version. If you see this error you h 2. `Uncaught Error: Module version mismatch. Exepcted 50, got ...` This error means that node modules with native extensions build with wrong node version (your local node version != node version, included to electron). To fix this issue run `cd ./app && yarn run rebuild` +### Change Theme + +Use shortcut `ctrl+space` to open app window and type `Cerebro Settings`. There you will be able to change the Theme (Currently Light and Dark Themes are supported out of the box) + +![change-cerebro-theme](https://user-images.githubusercontent.com/24854406/56137765-5880ca00-5fb7-11e9-86d0-e740de1127c2.gif) + #### Config file path