VS Code Theme
{
"files.watcherExclude": {
"**/target": true
},
"editor.tokenColorCustomizations": {
"[Dark+ Tweaked]": {
"types": "#14a1e2d2",
"keywords": "#e06a1af3",
"functions": "#07a042",
"variables": "#FF0000",
"comments": "#606060",
"textMateRules": [
{
"name": "key",
"scope": "keyword",
"settings": {
"foreground": "#5fb2c7",
"fontStyle": "italic"
},
},
{
"name": "comment1",
"scope": "variable.other",
"settings": {
"foreground": "#d82067",
"fontStyle": "italic"
},
},
{
"name": "comment2",
"scope": "keyword.operator",
"settings": {
"foreground": "#f5de0cf8",
"fontStyle": "italic"
},
},
{
"name": "comment3",
"scope": "string.regexp",
"settings": {
"foreground": "#0cf53ffb",
"fontStyle": "italic"
},
},
{
"name": "comment3",
"scope": "entity.name.method",
"settings": {
"foreground": "#b30cf5fb",
"fontStyle": "italic"
},
},
]
},
},
}
{
"files.watcherExclude": {
"**/target": true
},
"editor.tokenColorCustomizations": {
"[Dark+ Tweaked]": {
"types": "#14a1e2d2",
"keywords": "#e06a1af3",
"functions": "#07a042",
"variables": "#FF0000",
"comments": "#606060",
"textMateRules": [
{
"name": "key",
"scope": "keyword",
"settings": {
"foreground": "#5fb2c7",
"fontStyle": "italic"
},
},
{
"name": "comment1",
"scope": "variable.other",
"settings": {
"foreground": "#d82067",
"fontStyle": "italic"
},
},
{
"name": "comment2",
"scope": "keyword.operator",
"settings": {
"foreground": "#f5de0cf8",
"fontStyle": "italic"
},
},
{
"name": "comment3",
"scope": "string.regexp",
"settings": {
"foreground": "#0cf53ffb",
"fontStyle": "italic"
},
},
{
"name": "comment3",
"scope": "entity.name.method",
"settings": {
"foreground": "#b30cf5fb",
"fontStyle": "italic"
},
},
]
},
},
}