Skip to content

Commit

Permalink
Replace not working HTML formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Apr 2, 2021
1 parent d9ad2b1 commit d865e5c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package for Sublime Text provides two color schemes (light and dark) that a
The color scheme can be installed via Sublime Text's package manager [Package Control](https://packagecontrol.io/installation).
From the command palette select *Package Control: Install Package* and search for *Brackets Color Scheme*.

Alternatively you can [download](https://github.com/jwortmann/brackets-color-scheme/archive/master.zip) and unzip the files from this repository and put them into a folder in the packages directory of Sublime Text, e.g. the <span style="text-decoration: underline dotted">Packages/User/</span> folder.
Alternatively you can [download](https://github.com/jwortmann/brackets-color-scheme/archive/master.zip) and unzip the files from this repository and put them into a folder in the packages directory of Sublime Text, e.g. the *Packages/User/* folder.
To access the packages directory, select *Preferences > Browse Packages...* from the Sublime Text menu.
Note that there won't be automatic updates for this package if not using Package Control.

Expand Down Expand Up @@ -43,19 +43,19 @@ The color scheme can then be activated from the menu under *Preferences > Color
## Customization

This color scheme uses color definitions and highlighting rules based on a JSON format, which was introduced in Sublime Text 3.1 (Build 3170).
The color scheme format allows to customize color variables and override or add user-specific highlighting rules by creating a <span style="text-decoration: underline dotted">Brackets Light.sublime-color-scheme</span> and/or <span style="text-decoration: underline dotted">Brackets Dark.sublime-color-scheme</span> file in the <span style="text-decoration: underline dotted">Packages/User/</span> folder, see [this example](https://www.sublimetext.com/docs/color_schemes.html#customization) in the official documentation.
The color scheme format allows to customize color variables and override or add user-specific highlighting rules by creating a `Brackets Light.sublime-color-scheme` and/or `Brackets Dark.sublime-color-scheme` file in the *Packages/User/* folder, see [this example](https://www.sublimetext.com/docs/color_schemes.html#customization) in the official documentation.
For the color variable names used by this scheme, refer to the color palette above.

## Usage in Sublime Merge

The color schemes can be used in Sublime Merge as well and contain special rules which provide a tweaked style for certain elements of the diff and merge conflict views.
For now, adjusting the color scheme in Sublime Merge requires a bit of manual configuration to the default light and dark themes:

From the Sublime Merge menu select *Preferences > Browse Packages...* and navigate into the <span style="text-decoration: underline dotted">User<span style="text-decoration: underline dotted"> folder.
From the Sublime Merge menu select *Preferences > Browse Packages...* and navigate into the *User* folder.
Then, for the light theme, create new settings files with names
* <span style="text-decoration: underline dotted">Commit Message - Merge.sublime-settings</span>
* <span style="text-decoration: underline dotted">Diff - Merge.sublime-settings</span>
* <span style="text-decoration: underline dotted">File Mode - Merge.sublime-settings</span>
* `Commit Message - Merge.sublime-settings`
* `Diff - Merge.sublime-settings`
* `File Mode - Merge.sublime-settings`

and with the following content in each of the files:
```json
Expand All @@ -65,9 +65,9 @@ and with the following content in each of the files:
```

Correspondingly, for the dark theme create the files
* <span style="text-decoration: underline dotted">Commit Message - Merge Dark.sublime-settings</span>
* <span style="text-decoration: underline dotted">Diff - Merge Dark.sublime-settings</span>
* <span style="text-decoration: underline dotted">File Mode - Merge Dark.sublime-settings</span>
* `Commit Message - Merge Dark.sublime-settings`
* `Diff - Merge Dark.sublime-settings`
* `File Mode - Merge Dark.sublime-settings`

with the following content:
```json
Expand Down

0 comments on commit d865e5c

Please sign in to comment.