Skip to content

Commit 7b067f0

Browse files
gHashTagclaude
andcommitted
style: dark theme for docs matching landing page
- Black background (#0a1a0f), white/grey text, subtle green accent - Force dark-only mode (no light theme toggle) - Navbar with blur backdrop, subtle borders - Sidebar: grey text, white active, minimal hover - Tables/code blocks: near-invisible backgrounds - Cards: 2% white opacity, no acid colors - Links: #00CC66 (subdued), hover: #00FF88 - Matches landing page palette exactly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ab6ef63 commit 7b067f0

2 files changed

Lines changed: 342 additions & 93 deletions

File tree

docsite/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const config: Config = {
4747
image: 'img/trinity-social-card.png',
4848
colorMode: {
4949
defaultMode: 'dark',
50-
respectPrefersColorScheme: true,
50+
disableSwitch: true,
51+
respectPrefersColorScheme: false,
5152
},
5253
navbar: {
5354
title: 'Trinity',

0 commit comments

Comments
 (0)