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

Commit

Permalink
📝 Add customize section
Browse files Browse the repository at this point in the history
About variable font sizes
  • Loading branch information
simurai committed Mar 3, 2015
1 parent 0855c23 commit 4bb7a75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ There is a matching [Syntax theme](https://atom.io/themes/one-light-syntax), but

This theme is installed by default with Atom and can be activated by going to the __Settings > Themes__ section and selecting "One Light" from the __UI Themes__ drop-down menu.

### Customize

You can scale the whole UI up or down by adding this to your `styles.less`:

```css
html { font-size: 14px; }
```

It's also possible to only change certain areas (Use the DevTools to find the right selectors):

```css
.tab-bar { font-size: 18px; }
.tree-view { font-size: 14px; }
.status-bar { font-size: 12px; }
```

### FAQ

__Why do the colors change when I switch Syntax themes.__
Expand Down

0 comments on commit 4bb7a75

Please sign in to comment.