Update readme
This commit is contained in:
parent
3e7fd67b25
commit
71236ed304
1 changed files with 6 additions and 1 deletions
|
@ -109,7 +109,6 @@ You can override the Material Theme UI and schemes colors by adding these theme-
|
|||
```js
|
||||
"editor.tokenColorCustomizations": {
|
||||
"[Material Theme VARIANT]": {
|
||||
"sideBar.background": "#347890",
|
||||
"textMateRules": [
|
||||
{
|
||||
"scope": [
|
||||
|
@ -125,6 +124,12 @@ You can override the Material Theme UI and schemes colors by adding these theme-
|
|||
]
|
||||
},
|
||||
},
|
||||
|
||||
"workbench.colorCustomizations": {
|
||||
"[Material Theme VARIANT]": {
|
||||
"sideBar.background": "#ff0000",
|
||||
}
|
||||
},
|
||||
```
|
||||
|
||||
## Recommended settings for a better experience
|
||||
|
|
Loading…
Reference in a new issue