Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit c037bec

Browse files
committed
📝
1 parent 63e199b commit c037bec

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,17 @@ This theme is installed by default with Atom and can be activated by going to th
2222

2323
### Settings
2424

25-
In the theme settings you can switch between 3 layout modes:
25+
In the theme settings you can switch between 3 __Layout Modes__:
2626

2727
1. `Auto` (default) - In Auto mode, the UI and font size will automatically change based on the window size.
2828
2. `Compact` - The UI stays compact to leave more space for the editor.
2929
3. `Spacious` - The UI is expanded, giving some breathing room.
3030

31-
### Customize
32-
33-
You can scale the whole UI up or down by adding this to your `styles.less`:
31+
As well as change the __Font Size__ to scale the whole UI up or down.
3432

35-
```css
36-
.theme-one-dark-ui { font-size: 14px; }
37-
```
33+
### Customize
3834

39-
It's also possible to only change certain areas (Use the DevTools to find the right selectors):
35+
It's also possible to only change certain areas by adding the following to your `styles.less` (Use the DevTools to find the right selectors):
4036

4137
```css
4238
.theme-one-dark-ui {

0 commit comments

Comments
 (0)