style(frontend): PwC 로고 제거, 기본 라이트 모드, 삼성 팔레트 포인트 Samsung Blue
- LogoMark 는 null 렌더(호출부 6곳 그대로), logo.png·logo-dark.png 삭제, 파비콘 투명 - themeStore·index.html 기본 light. 예전 dark 저장값은 첫 실행 때 한 번만 초기화 - samsung 팔레트 primary/ring/link = #1428A0(브랜드 파랑). 바탕·글씨·면은 실측값 유지 - Message 테스트: 기본 라이트 기준으로 코드블럭 흰 배경 기대 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
efb9fb46de
commit
72a06d6c07
@@ -12,7 +12,7 @@ export const PALETTES: RawPalette[] = [
|
||||
{
|
||||
id: "samsung", // 고정 토큰(derive.ts SAMSUNG_TOKENS) — 삼성닷컴 공개 웹 실측값. 라이트 전용, 다크는 공통
|
||||
name: "Samsung",
|
||||
swatch: ["#FFFFFF", "#F7F7F7", "#000000", "#707070"],
|
||||
swatch: ["#FFFFFF", "#F7F7F7", "#1428A0", "#000000"],
|
||||
},
|
||||
{
|
||||
id: "clean-blue", // id 는 저장된 값 호환 위해 유지 — 실제 토큰은 derive.ts 워크스페이스(ABAP_OPENCODE) 값
|
||||
|
||||
Reference in New Issue
Block a user