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

Commit 88a6373

Browse files
authored
Implement dark mode (#2078)
* User theme settings * Initial rough pass on colors * More progress on dark mode
1 parent 52d170e commit 88a6373

File tree

98 files changed

+580
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+580
-196
lines changed

.cursor/rules/ui-ux-design-guidelines.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The codebase uses TailwindCSS v4.x (the newest version) with a custom design sys
1515

1616
- Always start by referencing [maybe-design-system.css](mdc:app/assets/tailwind/maybe-design-system.css) to see the base primitives, functional tokens, and component tokens we use in the codebase
1717
- Always prefer using the functional "tokens" defined in @maybe-design-system.css when possible.
18-
- Example 1: use `text-primary` rather than `text-gray-900`
18+
- Example 1: use `text-primary` rather than `text-primary`
1919
- Example 2: use `bg-container` rather than `bg-white`
2020
- Example 3: use `border border-primary` rather than `border border-gray-200`
2121
- Never create new styles in [maybe-design-system.css](mdc:app/assets/tailwind/maybe-design-system.css) or [application.css](mdc:app/assets/tailwind/application.css) without explicitly receiving permission to do so

0 commit comments

Comments
 (0)