From 1c23097a812a7a263b405acb394d243991c20122 Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 18 Nov 2016 17:26:41 +0900 Subject: [PATCH] Update README To sync up with the dark version. Ref: https://github.com/atom/one-dark-ui/pull/186 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8aefac3..1c9e8f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## One light UI theme [![Build Status](https://travis-ci.org/atom/one-light-ui.svg?branch=master)](https://travis-ci.org/atom/one-light-ui) +## One Light UI theme [![Build Status](https://travis-ci.org/atom/one-light-ui.svg?branch=master)](https://travis-ci.org/atom/one-light-ui) -A light UI theme that adjusts to most Syntax themes. +A light UI theme that adjusts to most syntax themes. ![one-light-ui](https://cloud.githubusercontent.com/assets/378023/6980108/fb10eec2-da27-11e4-9e52-7f4115044a97.png) @@ -8,7 +8,7 @@ A light UI theme that adjusts to most Syntax themes. ### Combine with other Syntax themes -There is a matching [Syntax theme](https://atom.io/themes/one-light-syntax), but most other Syntax themes work fine as well. +There is a matching [syntax theme](https://atom.io/themes/one-light-syntax), but most other syntax themes work fine as well. ![one-light-ui + sepia](https://cloud.githubusercontent.com/assets/378023/6980110/fc59aca6-da27-11e4-963c-7ecd8400b2c0.png) > One light + [Sepia](https://atom.io/themes/sepia-syntax) @@ -29,18 +29,18 @@ In the theme settings you can change the __Font Size__ to scale the whole UI up 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. +2. `Compact` - In Compact mode, the UI stays compact to leave more space for the editor. +3. `Spacious` - In Spacious mode, the UI is expanded, giving some breathing room. And pick a __Tab Sizing__ mode: -1. `Auto` (default) - In Auto mode the tabs switch based on the window size. -2. `Minimum` - In Mimimum mode the tabs will be as small as possible. -3. `Even` - In Even mode all tabs will be the same size. +1. `Auto` (default) - In Auto mode, the tabs switch based on the window size. +2. `Minimum` - In Mimimum mode, the tabs will be as small as possible. +3. `Even` - In Even mode, all tabs will be the same size. ### Customize -It's also possible to resize only certain areas by adding the following to your `styles.less` (Use the DevTools to find the right selectors): +It's also possible to resize only certain areas by adding the following to your `styles.less` (Use DevTools to find the right selectors): ```css .theme-one-light-ui { @@ -53,4 +53,4 @@ It's also possible to resize only certain areas by adding the following to your ### FAQ __Why do the colors change when I switch Syntax themes.__ -This UI theme uses the same background color as the choosen Syntax theme. In case that Syntax theme has a dark background color, it only uses its hue, but otherwise stays light. This lets you use light-dark combos. +This UI theme uses the same background color as the chosen syntax theme. If that syntax theme has a dark background color, it only uses its hue, but otherwise stays light. This lets you use light-dark combos.