From cf58712bf1fd40f5fbc66732aab4803a12e52f8a Mon Sep 17 00:00:00 2001 From: Juulz Date: Thu, 19 Feb 2026 16:39:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20High=20Contrast=20Light=20theme?= =?UTF-8?q?=20for=20Actual=20(#7032)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update customThemeCatalog.json * [autofix.ci] apply automated fixes * Create 7032.md 🎨 High contrast light theme. * Update customThemeCatalog.json * Update 7032.md --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .../desktop-client/src/data/customThemeCatalog.json | 12 ++++++++++++ upcoming-release-notes/7032.md | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 upcoming-release-notes/7032.md diff --git a/packages/desktop-client/src/data/customThemeCatalog.json b/packages/desktop-client/src/data/customThemeCatalog.json index 714baf34d9..cc78e4d969 100644 --- a/packages/desktop-client/src/data/customThemeCatalog.json +++ b/packages/desktop-client/src/data/customThemeCatalog.json @@ -80,5 +80,17 @@ "name": "Butterfly", "repo": "samekh248/actual-butterfly-theme", "colors": ["#12110F", "#22201D", "#F35B16", "#3D261C", "#E5E7EB", "#1B8366"] + }, + { + "name": "High-contrast (Light)", + "repo": "Juulz/high-contrast-light", + "colors": [ + "#000", + "hsl(37, 100%, 21%)", + "hsl(228, 100%, 33%)", + "#fff", + "hsl(0, 0%, 90%)", + "hsl(90, 100%, 17%)" + ] } ] diff --git a/upcoming-release-notes/7032.md b/upcoming-release-notes/7032.md new file mode 100644 index 0000000000..5cb2caf6be --- /dev/null +++ b/upcoming-release-notes/7032.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [Juulz] +--- + +🎨 High-contrast (7.0:1 or higher) light theme.