diff --git a/configs/vscode/settings.json b/configs/vscode/settings.json index b2db1f6..6a241f3 100644 --- a/configs/vscode/settings.json +++ b/configs/vscode/settings.json @@ -47,7 +47,6 @@ "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" }, "codetogether.userName": "Kato", - "workbench.colorTheme": "Chalkboard", "typescript.updateImportsOnFileMove.enabled": "always", "git.ignoreRebaseWarning": true, "glassit.alpha": 255, @@ -89,4 +88,28 @@ "gitlens.telemetry.enabled": false, "intelephense.telemetry.enabled": false, "terminal.integrated.smoothScrolling": true, + "workbench.colorTheme": "Gruvbox Dark Medium", + "workbench.iconTheme": "gruvbox-material-icon-theme", + "editor.inlayHints.fontFamily": "Kongtext", + "material-icon-theme.showWelcomeMessage": false, + + "terminal.integrated.profiles.linux": { + "bash": { + "path": "bash", + "icon": "terminal-bash" + }, + "backend": { + "path": "bash", + "overrideName": true, + "icon": "server", + "color": "terminal.ansiCyan" + }, + "frontend": { + "path": "bash", + "overrideName": true, + "icon": "open-preview", + "color": "terminal.ansiMagenta" + } + } + } \ No newline at end of file