From 94dd8f73c075c3d34d12bf95e91aa098c9862669 Mon Sep 17 00:00:00 2001 From: Vicente Cruz <152936109+vcruzdesigns@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:00:12 +0000 Subject: [PATCH] Add "Notion Dark Mode" custom theme (#7151) * Update customThemeCatalog.json Added custom theme inspired by Notion's Dark Mode * [autofix.ci] apply automated fixes * Create 7151.md release notes file * Add Notion Dark Mode custom theme Pushed a no-op change to get the tests to re-run --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- packages/desktop-client/src/data/customThemeCatalog.json | 5 +++++ upcoming-release-notes/7151.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 upcoming-release-notes/7151.md diff --git a/packages/desktop-client/src/data/customThemeCatalog.json b/packages/desktop-client/src/data/customThemeCatalog.json index e0ca80f3e3..e170480375 100644 --- a/packages/desktop-client/src/data/customThemeCatalog.json +++ b/packages/desktop-client/src/data/customThemeCatalog.json @@ -92,5 +92,10 @@ "hsl(0, 0%, 90%)", "hsl(90, 100%, 17%)" ] + }, + { + "name": "Notion Dark Mode", + "repo": "vcruzdesigns/Notion-Dark-Mode", + "colors": ["#4584d9", "#191919", "#202020", "#2c2c2c", "#383838", "#f0efed"] } ] diff --git a/upcoming-release-notes/7151.md b/upcoming-release-notes/7151.md new file mode 100644 index 0000000000..5c59a7033c --- /dev/null +++ b/upcoming-release-notes/7151.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [vcruzdesigns] +--- + +Add "Notion-inspired Dark Mode" custom theme to the theme catalogue