-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
158 lines (158 loc) · 5.11 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
// ======================= WORKBENCH CUSTOMIZATION ======================= \\
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#00000000",
"editorRuler.foreground": "#6c6c6c",
"titleBar.background": "#00000000"
},
"workbench.tips.enabled": false,
"workbench.startupEditor": "none",
"workbench.enableExperiments": false,
"workbench.iconTheme": "vs-seti",
"workbench.colorTheme": "Default Dark+",
"workbench.layoutControl.enabled": false,
"workbench.activityBar.location": "hidden",
"workbench.tree.renderIndentGuides": "always",
"workbench.editor.highlightModifiedTabs": true,
"workbench.settings.enableNaturalLanguageSearch": true,
"workbench.editor.tabActionCloseVisibility": false,
// ======================== EDITOR CUSTOMIZATION ======================== \\
"editor.rulers": [
80
],
"editor.tabSize": 2,
"editor.fontSize": 17,
"editor.cursorWidth": 4,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.letterSpacing": 0.1,
"editor.formatOnPaste": true,
"editor.tabCompletion": "on",
"editor.fontLigatures": false,
"editor.stickyTabStops": true,
"editor.lineNumbers": "relative",
"editor.renderWhitespace": "all",
"editor.detectIndentation": false,
"editor.suggestSelection": "first",
"editor.cursorSurroundingLines": 8,
"editor.minimap.size": "proportional",
"editor.guides.bracketPairs": "active",
"editor.acceptSuggestionOnEnter": "off",
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": "on",
"editor.guides.bracketPairsHorizontal": true,
"editor.bracketPairColorization.enabled": true,
"editor.fontFamily": "'JetBrainsMono Nerd Font', monospace",
"editor.semanticTokenColorCustomizations": {
"enabled": true
},
// ========================== GENERAL SETTINGS ========================== \\
"files.exclude": {
"**/.project": true,
"**/.settings": true,
"**/.classpath": true,
"**/.factorypath": true
},
"update.mode": "manual",
"zenMode.fullScreen": false,
"breadcrumbs.enabled": false,
"files.restoreUndoStack": true,
"extensions.autoUpdate": false,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"telemetry.telemetryLevel": "off",
"npm.fetchOnlinePackageInfo": false,
"html.format.indentInnerHtml": true,
"files.trimTrailingWhitespace": true,
"extensions.autoCheckUpdates": false,
"extensions.ignoreRecommendations": true,
"debug.console.collapseIdenticalLines": false,
"window.title": "${activeEditorMedium}${separator} Mid Hunter",
"window.autoDetectHighContrast": false,
"window.menuBarVisibility": "toggle",
// TERMINAL CONFIG
"terminal.integrated.env.windows": {},
"terminal.integrated.allowChords": false,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.useWslProfiles": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.windowsEnableConpty": false,
"terminal.integrated.fontFamily": "'CaskaydiaCove NF'",
"terminal.integrated.defaultProfile.windows": "Mid_Hunter pwsh",
// Tab Size
"[sass]": {
"editor.tabSize": 2
},
"[css]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 4
},
"[javascript]": {
"editor.tabSize": 2
},
"[python]": {
"editor.tabSize": 4
},
// ============================= EXTENSIONS ============================= \\
/*==========*\
| ANIMATIONS |
\*==========*/
"animations.Active": "None",
"animations.Scrolling": "None",
"animations.Smooth-Mode": false,
"animations.CursorAnimation": true,
"animations.Command-Palette": "None",
/*==========*\
| POWER MODE |
\*==========*/
"powermode.enabled": true,
"powermode.explosions.size": 12,
"powermode.shake.enabled": false,
"powermode.combo.timerEnabled": "hide",
"powermode.combo.location": "statusbar",
"powermode.combo.counterEnabled": "hide",
"powermode.explosions.gifMode": "restart",
/*==============*\
| INDENT RAINBOW |
\*==============*/
"indentRainbow.indicatorStyle": "light",
"indentRainbow.lightIndicatorStyleLineWidth": 1,
"indentRainbow.colors": [
"rgba(255,255,64,0.3)",
"rgba(255,127,255,0.3)",
"rgba(57,187,255,0.3)"
// "rgba(127,255,127,0.3)"
],
"liveServer.settings.NoBrowser": true,
"liveServer.settings.donotShowInfoMsg": true,
"prettier.useTabs": true,
"prettier.bracketSameLine": true,
"background.filepath": "e:\\Mid_Hunter\\Customization\\Wallpaper\\blur\\Neon BLur.jpg",
"background.windowBackgrounds": [
"e:/Mid_Hunter/Customization/Wallpaper/blur/Neon BLur.jpg"
],
"background.backgroundOpacity": [
0.8,
0.9,
0.8,
0.9
],
/*===*\
| VIM |
\*===*/
"vim.sneak": true,
"vim.foldfix": true,
"vim.hlsearch": true,
"vim.leader": "<space>",
"vim.smartRelativeLine": true,
"vim.useSystemClipboard": true,
"vim.highlightedyank.enable": true,
"vim.highlightedyank.textColor": "white",
"vim.sneakUseIgnorecaseAndSmartcase": true,
"vim.highlightedyank.color": "rgba(230, 97, 89, 0.7)",
// ======================================================================== \\
"security.workspace.trust.untrustedFiles": "open",
"git.openRepositoryInParentFolders": "never"
}