Skip to content

Commit a7ca0bb

Browse files
committed
o Add colorTheme for vscode.
Signed-off-by: Boush Li <li.boush@gmail.com>
1 parent 21cdb38 commit a7ca0bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
2+
// Controls the font family
23
"editor.fontSize": 15,
34
"editor.fontFamily": "Ubuntu Mono",
5+
// Indent
46
"editor.tabSize": 4,
57
"editor.insertSpaces": true,
6-
"workbench.colorTheme": "Solarized Light"
8+
// Theme
9+
"workbench.colorTheme": "Solarized Light",
10+
// Controls the editor rulers
11+
"editor.rulers": [
12+
80
13+
]
714
}

0 commit comments

Comments
 (0)