Files
Gainsight/settings.json

35 lines
992 B
JSON
Raw Normal View History

2022-04-18 21:26:52 -04:00
{
"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"
}
}