Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed May 29, 2015
1 parent 00134f8 commit ce1495c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,17 @@ This theme is installed by default with Atom and can be activated by going to th

### Settings

In the theme settings you can switch between 3 layout modes:
In the theme settings you can switch between 3 __Layout Modes__:

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

### Customize

You can scale the whole UI up or down by adding this to your `styles.less`:
As well as change the __Font Size__ to scale the whole UI up or down.

```css
.theme-one-light-ui { font-size: 14px; }
```
### Customize

It's also possible to only change certain areas (Use the DevTools to find the right selectors):
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):

```css
.theme-one-light-ui {
Expand Down

0 comments on commit ce1495c

Please sign in to comment.