From 6a52a1291d3b30832ce549d56cb65bb1ae7ef23c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 4 Jun 2024 16:51:55 -0700 Subject: [PATCH] Be more precise --- bin/omakub-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omakub-theme b/bin/omakub-theme index 66aae5c..63cf737 100644 --- a/bin/omakub-theme +++ b/bin/omakub-theme @@ -23,4 +23,4 @@ elif [ "$THEME" == "rose-pine" ]; then fi sed -i "s/\"workbench.colorTheme\": \".*\"/\"workbench.colorTheme\": \"$VSC_THEME\"/g" ~/.config/Code/User/settings.json -echo "Restart your terminal and editor if theme hasn't changed" +echo "Restart your terminal for a full theme change (Ctrl+w, then start again with Alt+2)"