From 9c8dad9054fa154bb5ece8ef70928053ccc7b433 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 14 Oct 2025 12:15:10 +0300 Subject: [PATCH] Not needed and distracting when themes are not available for Cursor --- bin/omarchy-theme-set-vscode | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy-theme-set-vscode b/bin/omarchy-theme-set-vscode index 1bde3161..c1bc803c 100755 --- a/bin/omarchy-theme-set-vscode +++ b/bin/omarchy-theme-set-vscode @@ -18,7 +18,6 @@ if omarchy-cmd-present "$EDITOR_CMD" && [[ ! -f "$SKIP_FLAG" ]]; then # Install $EDITOR_NAME theme extension if [[ -n "$extension" ]] && ! "$EDITOR_CMD" --list-extensions | grep -Fxq "$extension"; then - notify-send " Installing $EDITOR_NAME theme for $theme_name" "$EDITOR_CMD" --install-extension "$extension" >/dev/null fi