This repository was archived by the owner on Sep 7, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,17 @@ This theme is installed by default with Atom and can be activated by going to th
22
22
23
23
### Settings
24
24
25
- In the theme settings you can switch between 3 layout modes :
25
+ In the theme settings you can switch between 3 __ Layout Modes __ :
26
26
27
27
1 . ` Auto ` (default) - In Auto mode, the UI and font size will automatically change based on the window size.
28
28
2 . ` Compact ` - The UI stays compact to leave more space for the editor.
29
29
3 . ` Spacious ` - The UI is expanded, giving some breathing room.
30
30
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.
34
32
35
- ``` css
36
- .theme-one-dark-ui { font-size : 14px ; }
37
- ```
33
+ ### Customize
38
34
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):
40
36
41
37
``` css
42
38
.theme-one-dark-ui {
You can’t perform that action at this time.
0 commit comments