Skip to content

Commit 8e12b3a

Browse files
committed
Workspace settings customization
1 parent 23ce29b commit 8e12b3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#12332C",
4+
"titleBar.activeBackground": "#19473D",
5+
"titleBar.activeForeground": "#F4FBFA"
6+
},
7+
"cSpell.words": [
8+
"Miette",
9+
"RDFA",
10+
"RDFS",
11+
"SHACL",
12+
]
13+
}

0 commit comments

Comments
 (0)