chore: Update README
This commit is contained in:
parent
19b4aab91c
commit
25f020cbaf
1 changed files with 18 additions and 17 deletions
11
README.md
11
README.md
|
@ -110,7 +110,8 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change
|
|||
You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the [relative section on the vs code documentation](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme)
|
||||
|
||||
#### Color Scheme override
|
||||
**Basic:**
|
||||
|
||||
**Basic example**
|
||||
```js
|
||||
"editor.tokenColorCustomizations": {
|
||||
"[Material Theme]": {
|
||||
|
@ -119,11 +120,11 @@ You can override the material theme ui and schemes colors by adding these theme-
|
|||
},
|
||||
```
|
||||
|
||||
**Advanced:**
|
||||
**Advanced example**
|
||||
|
||||
```js
|
||||
"editor.tokenColorCustomizations": {
|
||||
"[Material Theme Darker High Contrast]": {
|
||||
"editor.tokenColorCustomizations": {
|
||||
"[Material Theme VARIANT]": {
|
||||
"textMateRules": [
|
||||
{
|
||||
"scope": [
|
||||
|
@ -138,7 +139,7 @@ You can override the material theme ui and schemes colors by adding these theme-
|
|||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
},
|
||||
```
|
||||
|
||||
#### UI Overrides
|
||||
|
|
Loading…
Reference in a new issue