[PR #7151] [MERGED] Add "Notion Dark Mode" custom theme #56274

Closed
opened 2026-05-01 03:58:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7151
Author: @vcruzdesigns
Created: 3/7/2026
Status: Merged
Merged: 3/10/2026
Merged by: @youngcw

Base: masterHead: add-notion-dark-mode-theme


📝 Commits (6)

  • a7dda51 Update customThemeCatalog.json
  • 8118e50 [autofix.ci] apply automated fixes
  • ea6146d Merge branch 'master' into add-notion-dark-mode-theme
  • da6bafc Merge branch 'actualbudget:master' into add-notion-dark-mode-theme
  • 405d6de Create 7151.md release notes file
  • d0aaac8 Add Notion Dark Mode custom theme

📊 Changes

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

View changed files

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

📄 Description

Description

This PR adds my custom theme “Notion Dark Mode” to the custom theme catalog.

Repo: vcruzdesigns/Notion-Dark-Mode

Branch: main

File: actual.css at repo root

Colors: ["#4584d9", "#191919", "#202020", "#2c2c2c", "#383838", "#f0efed"]

Screenshots

Desktop

Screenshot 3 Screenshot 2

Mobile

Screenshot 4 Screenshot 5 Screenshot 6

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 14.91 MB 0%
loot-core 1 5.83 MB 0%
api 1 4.44 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 14.91 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.56 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 187.93 kB 0%
static/js/da.js 106.2 kB 0%
static/js/de.js 179.89 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 170.42 kB 0%
static/js/es.js 174.37 kB 0%
static/js/fr.js 179.41 kB 0%
static/js/it.js 170.98 kB 0%
static/js/nb-NO.js 156.8 kB 0%
static/js/nl.js 113.06 kB 0%
static/js/pl.js 89.65 kB 0%
static/js/pt-BR.js 182.89 kB 0%
static/js/th.js 181.58 kB 0%
static/js/uk.js 215.35 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 638.11 kB 0%
static/js/TransactionList.js 106.48 kB 0%
static/js/wide.js 164.15 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 11.57 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.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
kcab.worker.BD1H2IcY.js 5.83 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.44 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.44 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/7151 **Author:** [@vcruzdesigns](https://github.com/vcruzdesigns) **Created:** 3/7/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `add-notion-dark-mode-theme` --- ### 📝 Commits (6) - [`a7dda51`](https://github.com/actualbudget/actual/commit/a7dda51b8586dd5d9e2ad33f028620ba7850ac45) Update customThemeCatalog.json - [`8118e50`](https://github.com/actualbudget/actual/commit/8118e503b615f7910758ee512f8c78bbfc4058e2) [autofix.ci] apply automated fixes - [`ea6146d`](https://github.com/actualbudget/actual/commit/ea6146da022d2d3e11b75c2ae08a07441cd44cd2) Merge branch 'master' into add-notion-dark-mode-theme - [`da6bafc`](https://github.com/actualbudget/actual/commit/da6bafc0ac7fcf6306054ef7b54feb5941b9c36c) Merge branch 'actualbudget:master' into add-notion-dark-mode-theme - [`405d6de`](https://github.com/actualbudget/actual/commit/405d6dee0be49a32a4f1b20a39b2a5e5e24cfa7e) Create 7151.md release notes file - [`d0aaac8`](https://github.com/actualbudget/actual/commit/d0aaac8ed55d1834352723cccc2c2c546361471d) Add Notion Dark Mode custom theme ### 📊 Changes **2 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/data/customThemeCatalog.json` (+5 -0) ➕ `upcoming-release-notes/7151.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> This PR adds my custom theme “Notion Dark Mode” to the custom theme catalog. Repo: vcruzdesigns/Notion-Dark-Mode Branch: main File: actual.css at repo root Colors: ["#4584d9", "#191919", "#202020", "#2c2c2c", "#383838", "#f0efed"] ## Screenshots ### Desktop <img width="3839" height="2277" alt="Screenshot 3" src="https://github.com/user-attachments/assets/c9d9bfbf-166f-4bd8-a6d0-56f9dba648fe" /> <img width="3839" height="2277" alt="Screenshot 2" src="https://github.com/user-attachments/assets/91d69663-805b-4437-9a3b-11b61644c3de" /> ### Mobile <img width="230" height="1433" alt="Screenshot 4" src="https://github.com/user-attachments/assets/28d62c20-797a-4d54-9a1f-a82d659e48d8" /> <img width="230" height="1433" alt="Screenshot 5" src="https://github.com/user-attachments/assets/652ce076-ba43-47b7-baa1-9f1621e5ff26" /> <img width="230" height="1433" alt="Screenshot 6" src="https://github.com/user-attachments/assets/1dc513ce-98c8-4d30-82da-991e52b52194" /> ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 14.91 MB | 0% loot-core | 1 | 5.83 MB | 0% api | 1 | 4.44 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 14.91 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.56 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 | 187.93 kB | 0% static/js/da.js | 106.2 kB | 0% static/js/de.js | 179.89 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 170.42 kB | 0% static/js/es.js | 174.37 kB | 0% static/js/fr.js | 179.41 kB | 0% static/js/it.js | 170.98 kB | 0% static/js/nb-NO.js | 156.8 kB | 0% static/js/nl.js | 113.06 kB | 0% static/js/pl.js | 89.65 kB | 0% static/js/pt-BR.js | 182.89 kB | 0% static/js/th.js | 181.58 kB | 0% static/js/uk.js | 215.35 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 | 638.11 kB | 0% static/js/TransactionList.js | 106.48 kB | 0% static/js/wide.js | 164.15 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 11.57 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.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 ----- | --------- | --------- kcab.worker.BD1H2IcY.js | 5.83 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.44 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.44 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-05-01 03:58:19 -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#56274