Update settings.json
This commit is contained in:
parent
02026bd221
commit
69e9aaf92f
|
@ -25,10 +25,10 @@
|
||||||
"editor.fontWeight": "500",
|
"editor.fontWeight": "500",
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"comments":"#7c7c7c",
|
"comments":"#7c7c7c",
|
||||||
"keywords": "#9a00a8f7",
|
"keywords": "#a100a1",
|
||||||
"variables": "#FD971F",
|
"variables": "#a1a100",
|
||||||
"strings": "#b8386dbd",
|
"strings": "#00a1a1",
|
||||||
"functions": "#0044d8",
|
"functions": "#a10000",
|
||||||
"numbers": "#00b11d",
|
"numbers": "#00a100",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue