[PR #3666] [MERGED] feat: add lemonade theme color #5816

Closed
opened 2026-03-23 22:20:26 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3666
Author: @hyj1204
Created: 10/10/2023
Status: Merged
Merged: 10/11/2023
Merged by: @LucasXu0

Base: mainHead: feat/lemonade_theme


📝 Commits (2)

📊 Changes

5 files changed (+145 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/colorscheme.dart (+5 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/dandelion.dart (+1 -1)
frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/lemonade.dart (+137 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/theme.dart (+1 -0)
📝 frontend/appflowy_flutter/test/unit_test/theme/theme_test.dart (+1 -0)

📄 Description

I made option B in #3550 become a new color theme called Lemonade.

I changed the sidebar color to a deep green color in the dandelion theme to distinguish the dark mode for dandelion and lemonade. It is the only difference between these two dark modes so far.

Feature Preview

Lemonade theme in light mode:

image

Lemonade theme in dark mode:
image

Dandelion theme in light mode(no change in this PR):
image

Dandelion theme in dark mode(only sidebar color changed)
image


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/3666 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/lemonade_theme` --- ### 📝 Commits (2) - [`69d21d8`](https://github.com/AppFlowy-IO/AppFlowy/commit/69d21d8da425a411b20a3a2a091c53aa79da5596) feat: add lemonade theme color - [`463c10e`](https://github.com/AppFlowy-IO/AppFlowy/commit/463c10eb95b40865b505e4c3c818eb5affd114ae) fix: fix theme test ### 📊 Changes **5 files changed** (+145 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/colorscheme.dart` (+5 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/dandelion.dart` (+1 -1) ➕ `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/lemonade.dart` (+137 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/theme.dart` (+1 -0) 📝 `frontend/appflowy_flutter/test/unit_test/theme/theme_test.dart` (+1 -0) </details> ### 📄 Description I made option B in #3550 become a new color theme called `Lemonade`. I changed the sidebar color to a deep green color in the dandelion theme to distinguish the dark mode for dandelion and lemonade. It is the only difference between these two dark modes so far. ### Feature Preview Lemonade theme in light mode: <img width="1139" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/7d4261c5-789c-4fc9-873f-97a745d27c4b"> Lemonade theme in dark mode: <img width="1145" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/539ceaa3-9d76-4c8d-a296-695f588f4c4f"> Dandelion theme in light mode(no change in this PR): <img width="1143" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/cb451868-adac-49c8-8fe8-599ea66ef300"> Dandelion theme in dark mode(only sidebar color changed) <img width="1142" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/4a8015b3-ad03-42dc-8123-e778a1f1c60d"> <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5816
No description provided.