Dark Mode (다크 모드)
iCignal은 현재 다크 모드를 지원하지 않습니다. 향후 업데이트에서 제공될 예정입니다.
다크 모드 지원 현황
현재 상태
- ✅ 라이트 모드 (현재 지원)
- ❌ 다크 모드 (미지원)
- ❌ 시스템 설정 따르기 (미지원)
- ❌ 사용자 설정 토글 (미지원)
향후 계획
iCignal의 다크 모드는 Foundation과 동일한 일정으로 제공될 예정입니다:
- Phase 1: 다크 모드 디자인 토큰 정의
- Phase 2: iCignal 브랜드 컬러 다크 모드 변환
- Phase 3: 컴포넌트 다크 모드 지원
- Phase 4: 자동 모드 전환 및 토글 UI
예상 다크 모드 컬러
/* iCignal Dark Mode (예상) */
:root[data-theme="dark"] {
/* Primary (Blue) - 밝기 조정 */
--color-primary-500: #42a5f5;
/* Secondary (Green) - 밝기 조정 */
--color-secondary-500: #66bb6a;
/* Accent (Orange) - 밝기 조정 */
--color-accent-500: #ffa726;
/* Background */
--color-bg-default: #171717;
--color-bg-paper: #262626;
/* Text */
--color-text-primary: #fafafa;
--color-text-secondary: #a3a3a3;
}업데이트 안내
다크 모드 지원이 추가되면 다음 방식으로 안내됩니다:
다음 단계
Last updated on