Skip to content

fix(web): match loading screen to dark theme - #5303

Merged
juliusmarminge merged 1 commit into
mainfrom
t3bot/fix-loading-dark-background
Aug 3, 2026
Merged

fix(web): match loading screen to dark theme#5303
juliusmarminge merged 1 commit into
mainfrom
t3bot/fix-loading-dark-background

Conversation

@t3-code

@t3-code t3-code Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

what changed

updated the web boot shell's dark background and browser theme color from #161616 to the current dark workspace background, #0a0a0a.

why

the pre-react loading screen used the old dark color, causing a visible background shift when the app mounted.

ui changes

theme before after
light loading screen before in light mode loading screen after in light mode
dark loading screen before in dark mode loading screen after in dark mode

verification

  • pnpm --filter @t3tools/web build
  • confirmed light mode remains #ffffff
  • confirmed dark mode changes from #161616 to #0a0a0a

generated with openai's codex using the t3bot harness.


Note

Low Risk
Cosmetic boot-shell and meta theme-color tweaks only; no auth, data, or business logic.

Overview
Aligns the pre-React boot shell and browser chrome with the app’s current dark workspace background by replacing #161616 with #0a0a0a.

Updates dark theme-color meta tags, the inline boot script’s DARK_BACKGROUND, and html.dark body background so the splash screen no longer flashes a lighter gray before React mounts. Light mode stays #ffffff.

Reviewed by Cursor Bugbot for commit 27eb7ca. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Fix dark mode loading screen background color to match app theme

Updates the dark mode background color in index.html from #161616 to #0a0a0a to match the app's dark theme. Changes apply to the theme-color meta tag, the DARK_BACKGROUND bootstrap script constant, and the html.dark body CSS rule.

Macroscope summarized 27eb7ca.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels Aug 3, 2026
@macroscopeapp

macroscopeapp Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved 27eb7ca

Purely cosmetic change updating a hex color value (#161616 → #0a0a0a) for the dark theme loading screen background. All 4 occurrences are consistent, and no logic or behavior changes are introduced.

You can customize Macroscope's approvability policy. Learn more.

@juliusmarminge
juliusmarminge merged commit a261a64 into main Aug 3, 2026
15 checks passed
@juliusmarminge
juliusmarminge deleted the t3bot/fix-loading-dark-background branch August 3, 2026 22:50
github-actions Bot added a commit to omarcresp/t3code-flake that referenced this pull request Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant