From bcbcd6ad9fa11e88b951153b3981bfb902aacbc1 Mon Sep 17 00:00:00 2001 From: Juulz Date: Tue, 20 Jan 2026 15:57:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20new=20theme=20'Theme=20fro?= =?UTF-8?q?m=201970'=20to=20customThemeCatalog=20(#6730)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add new theme 'Theme from 1970' to customThemeCatalog * Add release notes for 1970-inspired light theme Added release notes for a new custom light theme inspired by 1970 colors. --- packages/desktop-client/src/data/customThemeCatalog.json | 5 +++++ upcoming-release-notes/6730.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 upcoming-release-notes/6730.md diff --git a/packages/desktop-client/src/data/customThemeCatalog.json b/packages/desktop-client/src/data/customThemeCatalog.json index 3143959bb6..fda28179f9 100644 --- a/packages/desktop-client/src/data/customThemeCatalog.json +++ b/packages/desktop-client/src/data/customThemeCatalog.json @@ -33,5 +33,10 @@ "name": "Okabe Ito", "repo": "Juulz/okabe-ito", "colors": ["#222222", "#141520", "#e69f00", "#56b4e9", "#b88115", "#00304d"] + }, + { + "name": "Theme from 1970", + "repo": "Juulz/1970-theme", + "colors": ["#f2f2f2", "#61591f", "#a92da3", "#4d2d19", "#f4ebe7", "#dad18b"] } ] diff --git a/upcoming-release-notes/6730.md b/upcoming-release-notes/6730.md new file mode 100644 index 0000000000..179a116eb8 --- /dev/null +++ b/upcoming-release-notes/6730.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [Juulz] +--- + +Theme from 1970. Custom light theme based on the colors of 1970.