[PR #1693] [MERGED] feat: add new purple theme #4897

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1693
Author: @MayurSMahajan
Created: 1/10/2023
Status: Merged
Merged: 2/13/2023
Merged by: @LucasXu0

Base: mainHead: fr_purple_theme_1476


📝 Commits (4)

  • c43c0bb feat: add new purple theme
  • 2a0cde9 refactor: change theme color
  • 333a5b9 fix: contrast issue
  • 8931620 refactor: change the primary btn color

📊 Changes

4 files changed (+82 additions, -0 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_infra/lib/colorscheme/colorscheme.dart (+6 -0)
frontend/app_flowy/packages/flowy_infra/lib/colorscheme/lavender.dart (+74 -0)
📝 frontend/app_flowy/packages/flowy_infra/lib/theme.dart (+1 -0)

📄 Description

Description

Solves #1476

Change

Newly added theme:

Dark

image

Light

image

Impact

A new theme, that is more special in Dark Mode.


🔄 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/1693 **Author:** [@MayurSMahajan](https://github.com/MayurSMahajan) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fr_purple_theme_1476` --- ### 📝 Commits (4) - [`c43c0bb`](https://github.com/AppFlowy-IO/AppFlowy/commit/c43c0bb0fc0ddd2fbe7cb25c753c23cdf4d343d1) feat: add new purple theme - [`2a0cde9`](https://github.com/AppFlowy-IO/AppFlowy/commit/2a0cde9b05f54624db1e9ebfd0635b4e608201da) refactor: change theme color - [`333a5b9`](https://github.com/AppFlowy-IO/AppFlowy/commit/333a5b959418bcfd108b862b31c568c058bc6f37) fix: contrast issue - [`8931620`](https://github.com/AppFlowy-IO/AppFlowy/commit/893162026e09250b659f04c7a9e28f07f2344aaa) refactor: change the primary btn color ### 📊 Changes **4 files changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_infra/lib/colorscheme/colorscheme.dart` (+6 -0) ➕ `frontend/app_flowy/packages/flowy_infra/lib/colorscheme/lavender.dart` (+74 -0) 📝 `frontend/app_flowy/packages/flowy_infra/lib/theme.dart` (+1 -0) </details> ### 📄 Description ## Description ### Solves #1476 ### Change Newly added theme: ##### Dark ![image](https://user-images.githubusercontent.com/47064215/212249226-a7f03486-fec6-4baf-bb61-9c772bb33904.png) ##### Light ![image](https://user-images.githubusercontent.com/47064215/212249151-0eeb8d95-46f7-4a89-80df-81b6c7aa02c8.png) #### Impact A new theme, that is more special in Dark Mode. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:18 +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#4897
No description provided.