35 lines
992 B
JSON
35 lines
992 B
JSON
{
|
|
"terminal.integrated.inheritEnv": false,
|
|
"workbench.colorTheme": "Northpass '22",
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "text.notes.info",
|
|
"settings": {
|
|
"foreground": "#17a2b8",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"scope": "text.notes.success",
|
|
"settings": {
|
|
"foreground": "#28a745",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"scope": "text.notes.warning",
|
|
"settings": {
|
|
"foreground": "#ffc107",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"scope": "text.notes.danger",
|
|
"settings": {
|
|
"foreground": "#dc3545",
|
|
"fontStyle": "bold"
|
|
}
|
|
}
|
|
|