[PR #7032] [MERGED] 🎨 High Contrast Light theme for Actual #21254

Closed
opened 2026-04-14 21:59:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7032
Author: @Juulz
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @MatissJanis

Base: masterHead: high-contrast-light


📝 Commits (5)

📊 Changes

2 files changed (+18 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/data/customThemeCatalog.json (+12 -0)
upcoming-release-notes/7032.md (+6 -0)

📄 Description

Add high contrast light theme. Sidebar, dropdowns and menus are all light themed and high contrast (7.0:1 or higher) for persons that find reading light text on a dark background difficult.

Screenshot 2026-02-19 155049 Screenshot 2026-02-19 160748

Note! Keeping in mind for later... The carets for previous and next month are not able to be changed with color variables. Changing out for svg components would be preferable for theming.

Screenshot 2026-02-19 161350

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 14.83 MB 0%
loot-core 1 5.82 MB 0%
api 1 4.36 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 14.83 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/index.js 9.52 MB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 12.94 kB 0%
static/js/workbox-window.prod.es5.js 5.64 kB 0%
static/js/ca.js 182.95 kB 0%
static/js/da.js 106.46 kB 0%
static/js/de.js 180.27 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 168.59 kB 0%
static/js/es.js 173.67 kB 0%
static/js/fr.js 179.8 kB 0%
static/js/it.js 171.27 kB 0%
static/js/nb-NO.js 157.07 kB 0%
static/js/nl.js 106.47 kB 0%
static/js/pl.js 88.48 kB 0%
static/js/pt-BR.js 154.41 kB 0%
static/js/th.js 182.04 kB 0%
static/js/uk.js 214.89 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/ReportRouter.js 1.16 MB 0%
static/js/narrow.js 637.68 kB 0%
static/js/TransactionList.js 106.22 kB 0%
static/js/wide.js 164.15 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 10.04 kB 0%
static/js/useTransactionBatchActions.js 13.23 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.82 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.C2MZfWzQ.js 5.82 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.36 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
bundle.api.js 4.36 MB 0%

🔄 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/7032 **Author:** [@Juulz](https://github.com/Juulz) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `high-contrast-light` --- ### 📝 Commits (5) - [`dcc1a2c`](https://github.com/actualbudget/actual/commit/dcc1a2c27113dba618fb5c96748d8048913c0c51) Update customThemeCatalog.json - [`a36a9b4`](https://github.com/actualbudget/actual/commit/a36a9b48d3f508f55379f70ca1120436e279b3a9) [autofix.ci] apply automated fixes - [`e2c58c6`](https://github.com/actualbudget/actual/commit/e2c58c6e70350e184149fba2b9c1029a84ace5f0) Create 7032.md - [`6572917`](https://github.com/actualbudget/actual/commit/6572917073f23e9531842870dc53b9b905f67643) Update customThemeCatalog.json - [`3c9c9dd`](https://github.com/actualbudget/actual/commit/3c9c9dd94093f90cc4832c0327449fab28b44edf) Update 7032.md ### 📊 Changes **2 files changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/data/customThemeCatalog.json` (+12 -0) ➕ `upcoming-release-notes/7032.md` (+6 -0) </details> ### 📄 Description Add high contrast light theme. Sidebar, dropdowns and menus are all light themed and high contrast (7.0:1 or higher) for persons that find reading light text on a dark background difficult. <img width="2023" height="1052" alt="Screenshot 2026-02-19 155049" src="https://github.com/user-attachments/assets/7a62ff08-d235-484d-a7fd-578f1cf8a361" /> <img width="2033" height="764" alt="Screenshot 2026-02-19 160748" src="https://github.com/user-attachments/assets/1a603b30-6ad6-46a7-a7aa-32694d0bd4f7" /> Note! Keeping in mind for later... The carets for previous and next month are not able to be changed with color variables. Changing out for svg components would be preferable for theming. <img width="1773" height="330" alt="Screenshot 2026-02-19 161350" src="https://github.com/user-attachments/assets/f19069b0-2c7d-4ddc-9fc4-6cf61571586c" /> <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 14.83 MB | 0% loot-core | 1 | 5.82 MB | 0% api | 1 | 4.36 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 14.83 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 9.52 MB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 12.94 kB | 0% static/js/workbox-window.prod.es5.js | 5.64 kB | 0% static/js/ca.js | 182.95 kB | 0% static/js/da.js | 106.46 kB | 0% static/js/de.js | 180.27 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 168.59 kB | 0% static/js/es.js | 173.67 kB | 0% static/js/fr.js | 179.8 kB | 0% static/js/it.js | 171.27 kB | 0% static/js/nb-NO.js | 157.07 kB | 0% static/js/nl.js | 106.47 kB | 0% static/js/pl.js | 88.48 kB | 0% static/js/pt-BR.js | 154.41 kB | 0% static/js/th.js | 182.04 kB | 0% static/js/uk.js | 214.89 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/ReportRouter.js | 1.16 MB | 0% static/js/narrow.js | 637.68 kB | 0% static/js/TransactionList.js | 106.22 kB | 0% static/js/wide.js | 164.15 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 10.04 kB | 0% static/js/useTransactionBatchActions.js | 13.23 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.82 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.C2MZfWzQ.js | 5.82 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.36 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- bundle.api.js | 4.36 MB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <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-04-14 21:59: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#21254