Skip to content

feat: make <code> element brighter in dark mode#182

Merged
k1LoW merged 1 commit intok1LoW:mainfrom
kyu08:code-color-in-dark-mode
Apr 19, 2026
Merged

feat: make <code> element brighter in dark mode#182
k1LoW merged 1 commit intok1LoW:mainfrom
kyu08:code-color-in-dark-mode

Conversation

@kyu08
Copy link
Copy Markdown
Contributor

@kyu08 kyu08 commented Apr 17, 2026

Note

This PR is based on my personal preference.

So, if you disagree with this PR, please feel free to close this PR.

Still I can modify css using some chrome extension if this PR was closed. 👍

WHAT

I made the color of <code> element brighter like below.

before CleanShot 2026-04-18 at 00 13 50@2x
after CleanShot 2026-04-18 at 00 14 43@2x

WHY

It is a bit hard to find <code> element in dark mode for me.

But as I mentioned on the top of this PR, if you don't think so, please feel free to close.

@kyu08 kyu08 marked this pull request as ready for review April 17, 2026 15:24
--bgColor-default: #0d1117;
--bgColor-muted: #151b23;
--bgColor-neutral-muted: #656c7633;
--bgColor-neutral-muted: #3d444db3;
Copy link
Copy Markdown
Contributor Author

@kyu08 kyu08 Apr 17, 2026

Choose a reason for hiding this comment

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

For consistency of atmosphere, I used the same value as --borderColor-muted.

Copy link
Copy Markdown
Owner

@k1LoW k1LoW left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@k1LoW k1LoW merged commit 9f76099 into k1LoW:main Apr 19, 2026
3 checks passed
@github-actions github-actions Bot mentioned this pull request Apr 16, 2026
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.

2 participants