Browse Source

Fix typo of "workbench.colorCustomization"

Missing "s" in setting
main
Kwok 5 years ago
committed by Eric Amodio
parent
commit
09ee20c592
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -897,7 +897,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
## Themable Colors [#](#themable-colors- 'Themable Colors')
GitLens defines a set of themable colors which can be provided by vscode themes or directly by the user using [`workbench.colorCustomization`](https://code.visualstudio.com/docs/getstarted/themes#_customize-a-color-theme).
GitLens defines a set of themable colors which can be provided by vscode themes or directly by the user using [`workbench.colorCustomizations`](https://code.visualstudio.com/docs/getstarted/themes#_customize-a-color-theme).
| Name | Description |
| ------------------------------------------ | ----------------------------------------------------------------------------------------- |

Loading…
Cancel
Save