Skip to content

feat(ui): implement dark theme and refactor color usage#8865

Merged
klesh merged 1 commit intoapache:mainfrom
rbstp:feat/darkmode
Apr 29, 2026
Merged

feat(ui): implement dark theme and refactor color usage#8865
klesh merged 1 commit intoapache:mainfrom
rbstp:feat/darkmode

Conversation

@rbstp
Copy link
Copy Markdown
Contributor

@rbstp rbstp commented Apr 29, 2026

Summary

Adds a system-aware dark theme with a header toggle (light, dark, system) that persists in localStorage. All colors now flow through src/theme/tokens.ts into both the antd component library and styled-components, replacing hardcoded hex across styled.ts files and inline styles.

Light mode is preserved the same as before, dark mode is based on the colors of the dark mode of the website.

Does this close any open issues?

#8863

Screenshots

image image image image image image

Other Information

Open to any suggestions for the colors!

Add a system-aware dark theme with a header toggle (light, dark, system) that persists in localStorage. All colors now flow through `src/theme/tokens.ts` into both the antd component library and styled-components, replacing hardcoded hex across `styled.ts` files and inline styles. Light mode is preserved the same as before.

apache#8863
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. component/config-ui This issue or PR relates to config-ui pr-type/feature-development This PR is to develop a new feature labels Apr 29, 2026
@rbstp rbstp mentioned this pull request Apr 29, 2026
3 tasks
Copy link
Copy Markdown
Contributor

@klesh klesh left a comment

Choose a reason for hiding this comment

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

Wow, it looks gorgeous! Thank you for the contribution.

@klesh klesh merged commit ac73e27 into apache:main Apr 29, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/config-ui This issue or PR relates to config-ui pr-type/feature-development This PR is to develop a new feature size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants