Skip to content

Commit a34b6eb

Browse files
authored
Update vscode-settings.json
1 parent 660cda2 commit a34b6eb

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

vscode-settings.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"workbench.colorTheme": "Abyss",
2+
"workbench.colorTheme": "Visual Studio 2017 Dark - C++",
3+
"workbench.startupEditor": "none",
34
"editor.codeLensFontFamily": "Cascadia Code, regular",
45
"editor.fontFamily": "'Cascadia Code', regular",
5-
"editor.fontSize": 14.5,
66
"git.enableSmartCommit": true,
77
"git.autofetch": true,
88
"explorer.confirmDelete": false,
@@ -21,11 +21,19 @@
2121
"terminal.integrated.enableMultiLinePasteWarning": "never",
2222
"cmake.showOptionsMovedNotification": false,
2323
"cmake.configureOnOpen": true,
24-
"go.toolsManagement.autoUpdate": true,
2524
"discord.detailsIdling": "doin' nothing",
2625
"discord.largeImageIdling": "high on meth",
2726
"editor.indentSize": "tabSize",
2827
"editor.tabSize": 2,
2928
"editor.minimap.renderCharacters": false,
30-
"editor.minimap.showSlider": "always"
31-
}
29+
"editor.minimap.showSlider": "always",
30+
"editor.fontSize": 15,
31+
"explorer.confirmPasteNative": false,
32+
"files.autoSave": "afterDelay",
33+
"files.autoSaveDelay": 100,
34+
"doki.sticker.path": "C:/Users/datmobile/Pictures/aryaFumo.png",
35+
"doki.sticker.css": "z-index:100;background-position:100% 100%;background-size: 20vw",
36+
"doki.statusbar.name": "i love you aryanya",
37+
"doki.wallpaper.path": "C:/Users/datmobile/Pictures/arya1_semiTrans.png",
38+
"doki.background.path": "C:/Users/datmobile/Pictures/baldi_terrified.jpg",
39+
}

0 commit comments

Comments
 (0)