Cmd. /theme
Claude Code 색상 테마와 custom theme을 관리하는 명령
명령어 원본 선언
/theme공식 설명 요약
/theme은 Claude Code의 색상 테마를 선택하거나 custom theme을 만드는 명령입니다.
light/dark, terminal ANSI, colorblind-accessible theme, ~/.claude/themes/ 또는 plugin 제공 theme까지 포함해 터미널 UI를 관리합니다.
최소 지원 버전
v2.1.118:/theme에서 named custom theme을 만들고 전환하는 흐름과 pluginthemes/지원이 명시되었습니다.
사용법
/theme좋은 사용 예
- 터미널 배경에 맞춰
autotheme 선택 - 팀 데모용으로 가독성 높은 dark/light theme 고정
- 플러그인으로 배포한 조직 theme 검증
비슷한 명령어 추천
| 명령어 | 차이점 | 언제 선택 |
|---|---|---|
/theme | 전체 색상 theme 관리 | 장기 UI 환경 설정 |
/color | 현재 세션 accent color | 세션 구분/임시 강조 |
/config | 설정 UI 진입점 | theme 외 일반 설정까지 조정 |
활용 사례
- 프로덕션 관련 세션은 고대비 theme으로 운영
- pair programming 환경에서 화면 공유에 맞는 theme 선택
- 플러그인 배포 전 theme manifest 검증
주의사항
- 최신 plugin manifest에서는
themes를 top-level보다"experimental"아래에 선언하는 방식이 권장됩니다. claude plugin validate가 legacy top-level theme 선언에 warning을 낼 수 있습니다.
출처
- Commands: https://code.claude.com/docs/en/commands
- Changelog: https://code.claude.com/docs/en/changelog