Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 4ac7e14

Browse files
committed
feat(style): Update theme colors to dark mode
Updates the theme colors to a dark mode palette. This includes changes to accent colors, border colors, background colors, and gradient colors.
1 parent d3c645f commit 4ac7e14

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/core/database/database.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ export function init() {
113113
.root,
114114
#root,
115115
#docs-root {
116-
--accent: #f9a8d4;
117-
--secondary-accent: #fbcfe8;
118-
--border: #e5a3be;
119-
--muted-bg: #fbeff3;
120-
--gradient-from: #f8dbe2;
121-
--gradient-to: #f6e3eb;
116+
--accent: #818cf8;
117+
--secondary-accent: #a5b4fc;
118+
--border: #4b5563;
119+
--muted-bg: #18212f;
120+
--gradient-from: #1f2937;
121+
--gradient-to: #111827;
122122
}
123123
`;
124124

typings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit aba9f6b74c0c63998186672ff45a843e984a93bd
1+
Subproject commit e69df2154d40a533694ee810891fecfc88440ff9

0 commit comments

Comments
 (0)