[PR #3077] [CLOSED] [WIP] Add lightprotanopia theme for colorblind users. #62651

Closed
opened 2026-05-11 19:49:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3077
Author: @psybers
Created: 7/17/2024
Status: Closed

Base: masterHead: protanopia


📝 Commits (5)

📊 Changes

8 files changed (+374 additions, -3 deletions)

View changed files

colors.txt (+62 -0)
📝 packages/desktop-client/src/components/ThemeSelector.tsx (+1 -0)
📝 packages/desktop-client/src/style/theme.tsx (+5 -0)
packages/desktop-client/src/style/themes/lightprotanopia.ts (+288 -0)
📝 packages/desktop-electron/package.json (+3 -1)
📝 packages/loot-core/src/server/main.ts (+2 -1)
📝 packages/loot-core/src/types/prefs.d.ts (+7 -1)
upcoming-release-notes/3077.md (+6 -0)

📄 Description

Fixes #3003.


🔄 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/actualbudget/actual/pull/3077 **Author:** [@psybers](https://github.com/psybers) **Created:** 7/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `protanopia` --- ### 📝 Commits (5) - [`ff5c3b7`](https://github.com/actualbudget/actual/commit/ff5c3b73a3f95597b1684caf5a2cbcbaa103d6d7) Add lightprotanopia theme for colorblind users. - [`35c878d`](https://github.com/actualbudget/actual/commit/35c878dab1c9fb9ba00cb5f3502ea83205798738) fix linter - [`d25e416`](https://github.com/actualbudget/actual/commit/d25e416a4ce004841b857cb67e5c74a6adac0029) add release note - [`438357d`](https://github.com/actualbudget/actual/commit/438357d8de82e7ba58cd3b29887f16cd40f2c202) add missing item - [`f69454d`](https://github.com/actualbudget/actual/commit/f69454d3bf017d5414323ae884d31ab0bbb702cf) start switching to new color palette ### 📊 Changes **8 files changed** (+374 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `colors.txt` (+62 -0) 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+1 -0) 📝 `packages/desktop-client/src/style/theme.tsx` (+5 -0) ➕ `packages/desktop-client/src/style/themes/lightprotanopia.ts` (+288 -0) 📝 `packages/desktop-electron/package.json` (+3 -1) 📝 `packages/loot-core/src/server/main.ts` (+2 -1) 📝 `packages/loot-core/src/types/prefs.d.ts` (+7 -1) ➕ `upcoming-release-notes/3077.md` (+6 -0) </details> ### 📄 Description Fixes #3003. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-11 19:49:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#62651