Skip to content

Commit d865e5c

Browse files
committed
Replace not working HTML formatting in README
1 parent d9ad2b1 commit d865e5c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package for Sublime Text provides two color schemes (light and dark) that a
1111
The color scheme can be installed via Sublime Text's package manager [Package Control](https://packagecontrol.io/installation).
1212
From the command palette select *Package Control: Install Package* and search for *Brackets Color Scheme*.
1313

14-
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.
14+
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.
1515
To access the packages directory, select *Preferences > Browse Packages...* from the Sublime Text menu.
1616
Note that there won't be automatic updates for this package if not using Package Control.
1717

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

4545
This color scheme uses color definitions and highlighting rules based on a JSON format, which was introduced in Sublime Text 3.1 (Build 3170).
46-
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.
46+
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.
4747
For the color variable names used by this scheme, refer to the color palette above.
4848

4949
## Usage in Sublime Merge
5050

5151
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.
5252
For now, adjusting the color scheme in Sublime Merge requires a bit of manual configuration to the default light and dark themes:
5353

54-
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.
54+
From the Sublime Merge menu select *Preferences > Browse Packages...* and navigate into the *User* folder.
5555
Then, for the light theme, create new settings files with names
56-
* <span style="text-decoration: underline dotted">Commit Message - Merge.sublime-settings</span>
57-
* <span style="text-decoration: underline dotted">Diff - Merge.sublime-settings</span>
58-
* <span style="text-decoration: underline dotted">File Mode - Merge.sublime-settings</span>
56+
* `Commit Message - Merge.sublime-settings`
57+
* `Diff - Merge.sublime-settings`
58+
* `File Mode - Merge.sublime-settings`
5959

6060
and with the following content in each of the files:
6161
```json
@@ -65,9 +65,9 @@ and with the following content in each of the files:
6565
```
6666

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

7272
with the following content:
7373
```json

0 commit comments

Comments
 (0)