Skip to content

Commit

Permalink
Describe new variables in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Sep 11, 2021
1 parent 664983b commit c06e9da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ The color scheme can then be activated from the menu under *Preferences > Select
## 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 via the *Preferences > Customize Color Scheme* entry from the menu, see also [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 via the *UI: Customize Color Scheme* entry from the command palette, see also [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.

Apart from the listed color names, the following additional variables are used by this scheme and can be modified to tweak highlighting colors for certain tokens:

* *operator_symbol* (default: "textcolor")
* *operator_keyword* (default: "blue")
* *punctuation* (default: "textcolor")

## Usage in Sublime Merge

The color scheme can be used in Sublime Merge as well and contains special rules which provide a tweaked style for certain elements of the diff and merge conflict views.
Expand Down

0 comments on commit c06e9da

Please sign in to comment.