Update message severity colors, fix navbar double border#37019
Update message severity colors, fix navbar double border#37019silverwind merged 6 commits intogo-gitea:mainfrom
Conversation
Use Primer's muted border and background tokens for error, warning, success, and info message colors. Use default text color instead of per-severity text colors. Replace saturate filter with semibold font weight on message headers. Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
|
It's strange that the "dark" theme colors have different feelings vs GitHub. Maybe our background color is different from them? (I regret about saying Primer is much better due to I didn't test the dark theme) So either is fine to me, change the colors or not. |
|
Dark theme colors are different because background is different and the colors are semi-opaque. I do agree they look a bit too faded. Will improve. |
Compute Primer semi-transparent tokens against GitHub dark background, then lighten 5% to compensate for Gitea's lighter dark background. Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
|
Couldn't we adjust the background? 1 other topic - could you have a look at action job log container - it doesn't support light mode 😔 |
You mean the page background? I do have some ideas for it (want to make it monochrome), but nothing concrete yet. It would affect the whole dark color scheme.
Last I checked, it is in light mode. Previously job log was always dark, but I think that was fixed at some point. |
Also fixed by feat: Add workflow dependencies visualization (#36248) |
Ah, I wasn't aware of that one. In any case, it's good that it's now light. |
|
Let's merge it then! |
|
Yes, this is good to go. |
* origin/main: Fix relative-time RangeError (go-gitea#37021) Restyle Workflow Graph (go-gitea#36912) Update message severity colors, fix navbar double border (go-gitea#37019) Clean up checkbox cursor styles (go-gitea#37016) add missing cron tasks to example ini (go-gitea#37012) Add e2e tests for server push events (go-gitea#36879)
* main: (35 commits) Correct swagger annotations for enums, status codes, and notification state (go-gitea#37030) Update Nix flake (go-gitea#37024) Bump go and python versions in nix flake (go-gitea#37031) Make task list checkboxes clickable in the preview tab (go-gitea#37010) Add support for in_progress event in workflow_run webhook (go-gitea#36979) Fix various problems (go-gitea#37029) Update AI Contribution Policy (go-gitea#37022) Migrate from webpack to vite (go-gitea#37002) Upgrade yaml (go-gitea#37015) Fix issue label deletion with Actions tokens (go-gitea#37013) Hide delete branch or tag buttons in mirror or archived repositories. (go-gitea#37006) Update AGENTS.md with additional guidelines (go-gitea#37018) Optimize 'refreshAccesses' to perform update without removing then adding (go-gitea#35702) Fix relative-time RangeError (go-gitea#37021) Restyle Workflow Graph (go-gitea#36912) Update message severity colors, fix navbar double border (go-gitea#37019) Clean up checkbox cursor styles (go-gitea#37016) add missing cron tasks to example ini (go-gitea#37012) Add e2e tests for server push events (go-gitea#36879) Update JS dependencies (go-gitea#37001) ...
* origin/main: (69 commits) Correct swagger annotations for enums, status codes, and notification state (go-gitea#37030) Update Nix flake (go-gitea#37024) Bump go and python versions in nix flake (go-gitea#37031) Make task list checkboxes clickable in the preview tab (go-gitea#37010) Add support for in_progress event in workflow_run webhook (go-gitea#36979) Fix various problems (go-gitea#37029) Update AI Contribution Policy (go-gitea#37022) Migrate from webpack to vite (go-gitea#37002) Upgrade yaml (go-gitea#37015) Fix issue label deletion with Actions tokens (go-gitea#37013) Hide delete branch or tag buttons in mirror or archived repositories. (go-gitea#37006) Update AGENTS.md with additional guidelines (go-gitea#37018) Optimize 'refreshAccesses' to perform update without removing then adding (go-gitea#35702) Fix relative-time RangeError (go-gitea#37021) Restyle Workflow Graph (go-gitea#36912) Update message severity colors, fix navbar double border (go-gitea#37019) Clean up checkbox cursor styles (go-gitea#37016) add missing cron tasks to example ini (go-gitea#37012) Add e2e tests for server push events (go-gitea#36879) Update JS dependencies (go-gitea#37001) ... # Conflicts: # package.json # pnpm-lock.yaml # tests/e2e/utils.ts # web_src/css/themes/theme-gitea-dark.css # web_src/css/themes/theme-gitea-light.css # web_src/js/bootstrap.ts # web_src/js/features/codeeditor.ts # web_src/js/modules/errors.test.ts # webpack.config.ts


saturatefilter with semibold font weight on message headers.Navbar with notification:
Without (unchanged):
This PR was written with the help of Claude Opus 4.6