Conversation
WalkthroughThis change adjusts chroma and lightness values in both dark mode and light mode themes. In the dark theme, thresholds in methods like Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (4)
🧰 Additional context used🧬 Code Definitions (2)app/client/packages/design-system/theming/src/color/tests/LightModeTheme.test.ts (1)
app/client/packages/design-system/theming/src/color/tests/DarkModeTheme.test.ts (2)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🔇 Additional comments (27)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
## Description Fixes appsmithorg#39956 Increased lightness (in light mode) and chroma for `fg`, `fgNeutral`, `fgNeutralSubtle`, `fgAccent` colors (and dependant child styles). | Before | After | |--------|--------| | <img width="709" alt="Screenshot 2025-04-02 at 11 14 01" src="https://github.com/user-attachments/assets/060bf65a-26c1-493a-a324-a0ca16172de6" /> | <img width="734" alt="Screenshot 2025-04-02 at 11 33 05" src="https://github.com/user-attachments/assets/9d3e28e0-c1b8-48c7-81a5-3f5e52dcfaa6" /> | <details><summary>Examples with other seeds, changes to dark mode etc.</summary> <p> <img width="981" alt="Screenshot 2025-04-02 at 11 37 42" src="https://github.com/user-attachments/assets/7bf55666-b3df-4a48-a5ec-42437aa95f0d" /> <img width="1001" alt="Screenshot 2025-04-02 at 11 38 02" src="https://github.com/user-attachments/assets/776556b7-e027-4253-95e1-8a01e990bff3" /> <img width="1005" alt="Screenshot 2025-04-02 at 11 38 08" src="https://github.com/user-attachments/assets/3747a5a9-08bc-4057-a171-3bb1aff33f46" /> <img width="1015" alt="Screenshot 2025-04-02 at 11 38 13" src="https://github.com/user-attachments/assets/e561495f-a451-4f72-93e6-c6f2026258e9" /> </p> </details> ## Automation /ok-to-test tags="@tag.Sanity" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!IMPORTANT] > 🟣 🟣 🟣 Your tests are running. > Tests running at: <https://github.com/appsmithorg/appsmith/actions/runs/14218884554> > Commit: 4c30030 > Workflow: `PR Automation test suite` > Tags: `@tag.Sanity` > Spec: `` > <hr>Wed, 02 Apr 2025 11:50:42 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - - **Light Mode Enhancements:** The light mode theme has been refreshed with optimized foreground and accent colors, enhancing readability and overall visual clarity. - **Dark Mode Enhancements:** Updated the dark mode palette now delivers a more balanced interface with refined contrasts and accent details for improved visual appeal. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
Fixes #39956
Increased lightness (in light mode) and chroma for
fg,fgNeutral,fgNeutralSubtle,fgAccentcolors (and dependant child styles).Examples with other seeds, changes to dark mode etc.
Automation
/ok-to-test tags="@tag.Sanity"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/14218884554
Commit: 4c30030
Cypress dashboard.
Tags:
@tag.SanitySpec:
Wed, 02 Apr 2025 12:34:13 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit