mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
* Imitating VSCode omarchy-theme-set * Changed VSCode theme setter take arguments to Cursor theme setter could call it. * All omarchy commands are in path --------- Co-authored-by: David Heinemeier Hansson <david@hey.com> Co-authored-by: @adelplace
5 lines
220 B
Bash
Executable File
5 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Call the VSCode theme setter with Cursor-specific parameters
|
|
omarchy-theme-set-vscode cursor "$HOME/.config/Cursor/User/settings.json" "$HOME/.local/state/omarchy/toggles/skip-cursor-theme-changes" Cursor
|