@@ -12,39 +12,22 @@ Labels HTML end tags in VSCode.
1212
1313![ HTML End Tag Labels] ( images/screenshot-1.png )
1414
15- ## Settings
16-
17- | Name | Description |
18- | -----------------------------| ---------------------------------------------------------------------------------|
19- | htmlEndTagLabels.labelColor | Label foreground color (if empty will use ` editorCodeLens.foreground ` instead). |
20-
21- ## [ Release Notes] ( CHANGELOG.md )
15+ ## Theme colors
2216
23- ## Contributors β¨
17+ | Name | Description |
18+ | --------------------------- | ---------------------- |
19+ | htmlEndTagLabels.labelColor | Label foreground color |
2420
25- <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
26- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square )] ( #contributors- )
27- <!-- ALL-CONTRIBUTORS-BADGE:END -->
28-
29- Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
21+ ## Settings
3022
31- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
32- <!-- prettier-ignore-start -->
33- <!-- markdownlint-disable -->
34- <table >
35- <tr >
36- <td align="center"><a href="http://anteprimorac.com.hr"><img src="https://avatars0.githubusercontent.com/u/972083?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ante Primorac</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=anteprimorac" title="Code">π»</a> <a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=anteprimorac" title="Documentation">π</a> <a href="#ideas-anteprimorac" title="Ideas, Planning, & Feedback">π€</a> <a href="#infra-anteprimorac" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="#maintenance-anteprimorac" title="Maintenance">π§</a> <a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/pulls?q=is%3Apr+reviewed-by%3Aanteprimorac" title="Reviewed Pull Requests">π</a></td>
37- <td align="center"><a href="http://ctf0.wordpress.com/"><img src="https://avatars2.githubusercontent.com/u/7388088?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Muah</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=ctf0" title="Code">π»</a></td>
38- <td align="center"><a href="https://github.com/Elvanos"><img src="https://avatars2.githubusercontent.com/u/16904898?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elvanos Takashi</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=Elvanos" title="Code">π»</a></td>
39- <td align="center"><a href="https://imfeld.dev"><img src="https://avatars0.githubusercontent.com/u/1369558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Imfeld</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=dimfeld" title="Code">π»</a></td>
40- <td align="center"><a href="http://nicolas-bettenburg.com"><img src="https://avatars.githubusercontent.com/u/718340?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nicolas Bettenburg</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=nicbet" title="Code">π»</a></td>
41- <td align="center"><a href="https://peterjanes.ca/"><img src="https://avatars.githubusercontent.com/u/193948?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Peter Janes</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=peterjanes" title="Code">π»</a></td>
42- </tr >
43- </table >
23+ | Name | Description |
24+ | ---------------------------- | --------------------------- |
25+ | htmlEndTagLabels.labelPrefix | Label prefix (default: ` / ` ) |
4426
45- <!-- markdownlint-restore -->
46- <!-- prettier-ignore-end -->
27+ > ** Warning** : The following settings are deprecated and will be removed in a future release. Use theme colors instead.
4728
48- <!-- ALL-CONTRIBUTORS-LIST:END -->
29+ | Name | Description |
30+ | ------------------------------- | ----------------------------------------------------------------------------------- |
31+ | ~~ htmlEndTagLabels.labelColor~~ | ~~ Label foreground color (if empty will use ` editorCodeLens.foreground ` instead).~~ |
4932
50- This project follows the [ all-contributors ] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
33+ ## [ Release Notes ] ( CHANGELOG.md )
0 commit comments