mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Automatically change VS Code theme along with Omarchy themes (#800)
* Automatically change VS Code theme along with Omarchy themes * Create a way to skip vscode auto-theming * Make theme setting resilient to different states of the settings.json * Improve setting and removing theme and notify when waiting on install * Explain what we're doing * Extract dedicated bin for vscode theme change --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -60,6 +60,9 @@ fi
|
||||
# Trigger alacritty config reload
|
||||
touch "$HOME/.config/alacritty/alacritty.toml"
|
||||
|
||||
# Update vscode theme
|
||||
omarchy-theme-set-vscode
|
||||
|
||||
# Restart components to apply new theme
|
||||
pkill -SIGUSR2 btop
|
||||
omarchy-restart-waybar
|
||||
|
||||
Reference in New Issue
Block a user