You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This package for Sublime Text provides two color schemes (light and dark) that a
11
11
The color scheme can be installed via Sublime Text's package manager [Package Control](https://packagecontrol.io/installation).
12
12
From the command palette select *Package Control: Install Package* and search for *Brackets Color Scheme*.
13
13
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 <spanstyle="text-decoration: underlinedotted">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.
15
15
To access the packages directory, select *Preferences > Browse Packages...* from the Sublime Text menu.
16
16
Note that there won't be automatic updates for this package if not using Package Control.
17
17
@@ -43,19 +43,19 @@ The color scheme can then be activated from the menu under *Preferences > Color
43
43
## Customization
44
44
45
45
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 <spanstyle="text-decoration: underlinedotted">Brackets Light.sublime-color-scheme</span> and/or <spanstyle="text-decoration: underlinedotted">Brackets Dark.sublime-color-scheme</span> file in the <spanstyle="text-decoration: underlinedotted">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.
47
47
For the color variable names used by this scheme, refer to the color palette above.
48
48
49
49
## Usage in Sublime Merge
50
50
51
51
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.
52
52
For now, adjusting the color scheme in Sublime Merge requires a bit of manual configuration to the default light and dark themes:
53
53
54
-
From the Sublime Merge menu select *Preferences > Browse Packages...* and navigate into the <spanstyle="text-decoration: underlinedotted">User<spanstyle="text-decoration: underlinedotted"> folder.
54
+
From the Sublime Merge menu select *Preferences > Browse Packages...* and navigate into the *User* folder.
55
55
Then, for the light theme, create new settings files with names
0 commit comments