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

Commit

Permalink
Minor README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaleye committed Mar 8, 2019
1 parent e741c04 commit ca62111
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
## Personalization

Themes are highly subjective and tastes change all the time. Luckily, VS Code makes it easy to customize just about every aspect of your editor.
If you want to change something, open the **Command Palette** and select **Preferences: Open Settings (JSON)**. You can then override VS Code's defaults or Horizon's colors in the right side of the settings view.
Tastes change all the time. Fortunately, VS Code makes it easy to customize just about every aspect of your editor.
If you want to change something, open the **Command Palette** and select **Preferences: Open Settings (JSON)**. Here, you can override VS Code's defaults or Horizon's colors.
Check out some of the personalization options below to customize Horizon to suit your taste.

For more info on theming, visit the [Theme Authoring Guide](https://code.visualstudio.com/api/extension-capabilities/theming) and [Theme Color Reference](https://code.visualstudio.com/api/references/theme-color).
_For more info on theming, visit the [Theme Authoring Guide](https://code.visualstudio.com/api/extension-capabilities/theming) and [Theme Color Reference](https://code.visualstudio.com/api/references/theme-color)._

### Sidebar Contrast

Expand Down Expand Up @@ -81,6 +81,8 @@ The normal theme only uses italics in a few places: comments, parameters, and so

### Tag Brackets `<>`

For gray rather than red brackets around HTML tags...

```
"editor.tokenColorCustomizations": {
"textMateRules": [
Expand Down Expand Up @@ -109,7 +111,7 @@ Read the contributing guide to learn about how you can report issues and contrib

### Syntax Colors

> **Note:** All syntax colors have 90% opacity so your eyes don't burn :)
> **Note:** All syntax colors have 90% opacity so that they're easier on the eyes :)
| Color | Usage |
| :---------------------------------------------------------: | ------------------------------------------------------------------------ |
Expand Down

0 comments on commit ca62111

Please sign in to comment.