Skip to content

feat(brand): Graphite 아이덴티티 적용 - #127

Merged
dev-wooyeon merged 2 commits into
mainfrom
codex/graphite-brand
Jul 31, 2026
Merged

feat(brand): Graphite 아이덴티티 적용#127
dev-wooyeon merged 2 commits into
mainfrom
codex/graphite-brand

Conversation

@dev-wooyeon

Copy link
Copy Markdown
Owner

변경 사항

  • 차가운 종이와 매화색 Graphite 팔레트 적용
  • 블로그 로고, 투명 favicon, OG 이미지 갱신
  • IntelliJ Graphite Theme 소스와 Marketplace 자산 추가

이유

블로그와 IDE 테마에 같은 브랜드 정체성을 적용합니다.

검증

  • npm run lint:css:syntax
  • npm run test:unit -- site/shell/AppShell/AppShell.test.tsx blog/ui/components/ReadingProgress/ReadingProgress.test.tsx styles/tokens.test.ts
  • npm run verify:docs
  • npm run build

차가운 종이와 매화색 팔레트, 로고와 favicon을 Ark에 적용했습니다.

IntelliJ Graphite Theme 소스와 Marketplace 자산을 함께 추가했습니다.
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ark Ready Ready Preview Jul 31, 2026 7:19am

@dev-wooyeon
dev-wooyeon marked this pull request as ready for review July 31, 2026 07:21
@dev-wooyeon
dev-wooyeon merged commit 50f1e90 into main Jul 31, 2026
4 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 926269855f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

4. Select `Graphite Theme` from
`Settings | Appearance & Behavior | Appearance`.

For offline installation, download the ZIP from [Releases](../../releases),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point the offline link at the repository Releases page

For users following the offline installation path, ../../releases is interpreted as a repository-relative content path rather than the GitHub Releases page; a repo-wide search confirms that no corresponding releases directory exists, so the download link leads to a missing page. Link directly to the repository's actual Releases URL so users can obtain the packaged ZIP.

Useful? React with 👍 / 👎.

<option name="CARET_COLOR" value="252525" />
<option name="CARET_ROW_COLOR" value="E2E2E5" />
<option name="CONSOLE_BACKGROUND_KEY" value="252525" />
<option name="CONSOLE_NORMAL_OUTPUT" value="EAEBEA" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Define normal console output as a text attribute

When this scheme is used in Run or Debug consoles, IntelliJ reads CONSOLE_NORMAL_OUTPUT from the scheme's <attributes> section, not <colors>, so this entry is ignored. Because the theme separately changes CONSOLE_BACKGROUND_KEY to dark graphite, normal output then inherits the light parent scheme's dark foreground and can become nearly unreadable; define the foreground through an attribute value instead.

Useful? React with 👍 / 👎.

<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="108 108 296 296" role="img" aria-labelledby="title desc">
<title id="title">Graphite blossom mark</title>
<desc id="desc">A transparent five-petal graphite plum blossom with a plum center.</desc>
<g fill="#FFFFFF">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Give the shell brand mark a contrasting outline

On every non-home route this asset is rendered at only 1.75rem against the new #eceeef page surface, but its petals are plain white with no graphite stroke, yielding only about 1.16:1 contrast and leaving little more than the tiny plum center dots visible. The matching favicon already applies a graphite stroke to these paths; the shell asset needs the same treatment or another contrasting petal color for the blossom to remain recognizable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant