chore: merge
This commit is contained in:
commit
cb4a82dc94
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -118,10 +118,14 @@ You can override the material theme ui and schemes colors by adding these theme-
|
||||||
|
|
||||||
```js
|
```js
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"[Material Theme]": {
|
"textMateRules": [
|
||||||
"comments": "#229977"
|
{
|
||||||
},
|
"scope": "ELEMENT_SCOPE",
|
||||||
"..."
|
"settings": {
|
||||||
|
"foreground": "HEX COLOR"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"[Material Theme]": {
|
"[Material Theme]": {
|
||||||
|
@ -131,6 +135,8 @@ You can override the material theme ui and schemes colors by adding these theme-
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can read more about this VSC feature on the [official doc](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme)
|
||||||
|
|
||||||
# Recommended settings for a better experience
|
# Recommended settings for a better experience
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue