Update settings.json
This commit is contained in:
parent
69e9aaf92f
commit
04ab6270ea
|
@ -25,10 +25,10 @@
|
||||||
"editor.fontWeight": "500",
|
"editor.fontWeight": "500",
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"comments":"#7c7c7c",
|
"comments":"#7c7c7c",
|
||||||
"keywords": "#a100a1",
|
"keywords": "#610091",
|
||||||
"variables": "#a1a100",
|
"variables": "#919100",
|
||||||
"strings": "#00a1a1",
|
"strings": "#009191",
|
||||||
"functions": "#a10000",
|
"functions": "#910000",
|
||||||
"numbers": "#00a100",
|
"numbers": "#009100",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue