diff --git a/bin/omarchy-install-vscode b/bin/omarchy-install-vscode index 9ac4cd5a..4c5b036a 100755 --- a/bin/omarchy-install-vscode +++ b/bin/omarchy-install-vscode @@ -21,4 +21,7 @@ EOF # Ensure VSC's own auto-update feature is turned off printf '{\n "update.mode": "none"\n}\n' > ~/.config/Code/User/settings.json +# Apply Omarchy theme to VSCode +omarchy-theme-set-vscode + setsid gtk-launch code