@getsolaris/oh-my-worktree 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ko.md CHANGED
@@ -19,7 +19,7 @@ Git worktree를 쉽게 관리하세요. 설정 기반 자동화, 모노레포
19
19
  - **헬스 체크** — `omw doctor`로 worktree 문제 진단
20
20
  - **중앙 집중식 worktree** — 기본적으로 `~/.omw/worktrees/`에 모든 worktree 관리
21
21
  - **스마트 정리** — 머지된 worktree 자동 감지 및 제거
22
- - **테마** — 6가지 내장 컬러 테마 (OpenCode, Tokyo Night, Dracula, Nord, Catppuccin, GitHub Dark)
22
+ - **테마** — 9가지 내장 컬러 테마 (OpenCode, Tokyo Night, Dracula, Nord, Catppuccin, GitHub Dark, One Dark, Monokai, GitHub Light)
23
23
  - **템플릿** — 재사용 가능한 worktree 프리셋 (`omw add --template review`)
24
24
  - **크로스 worktree 실행** — 모든 worktree에서 명령 실행 (`omw exec "bun test"`)
25
25
  - **GitHub PR 연동** — PR에서 worktree 생성 (`omw add --pr 123`)
@@ -777,7 +777,7 @@ defaults.copyFiles 없음? → [] (빈 배열) 사용
777
777
  { "theme": "tokyo-night" }
778
778
  ```
779
779
 
780
- 사용 가능: `opencode`, `tokyo-night`, `dracula`, `nord`, `catppuccin`, `github-dark`
780
+ 사용 가능: `opencode`, `tokyo-night`, `dracula`, `nord`, `catppuccin`, `github-dark`, `one-dark`, `monokai`, `github-light`
781
781
 
782
782
  ## 셸 통합
783
783
 
package/README.md CHANGED
@@ -19,7 +19,7 @@ Manage git worktrees with ease. Create, switch, and clean up worktrees with conf
19
19
  - **Health checks** — `omw doctor` diagnoses worktree issues
20
20
  - **Centralized worktrees** — all worktrees under `~/.omw/worktrees/` by default
21
21
  - **Smart cleanup** — auto-detect and remove merged worktrees
22
- - **Themes** — 6 built-in color themes (OpenCode, Tokyo Night, Dracula, Nord, Catppuccin, GitHub Dark)
22
+ - **Themes** — 9 built-in color themes (OpenCode, Tokyo Night, Dracula, Nord, Catppuccin, GitHub Dark, One Dark, Monokai, GitHub Light)
23
23
  - **Templates** — reusable worktree presets (`omw add --template review`)
24
24
  - **Cross-worktree exec** — run commands across all worktrees (`omw exec "bun test"`)
25
25
  - **GitHub PR integration** — create worktrees from PRs (`omw add --pr 123`)
@@ -805,7 +805,7 @@ Set via config or command palette (`Ctrl+P`):
805
805
  { "theme": "tokyo-night" }
806
806
  ```
807
807
 
808
- Available: `opencode`, `tokyo-night`, `dracula`, `nord`, `catppuccin`, `github-dark`
808
+ Available: `opencode`, `tokyo-night`, `dracula`, `nord`, `catppuccin`, `github-dark`, `one-dark`, `monokai`, `github-light`
809
809
 
810
810
  ## Shell Integration
811
811