From 29a06b23ea9eda511e10d19f3e83f6824130e95b Mon Sep 17 00:00:00 2001 From: Dakyne <23531224+Dakyne@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:25:05 +0200 Subject: [PATCH] Add Gruvbox Light and Dark themes to custom theme catalog (#7571) * Add Gruvbox Light and Dark custom themes to catalog * Add release note for PR #7571 * [autofix.ci] apply automated fixes * Update packages/desktop-client/src/data/customThemeCatalog.json Co-authored-by: Joel Jeremy Marquez --------- Co-authored-by: Dakyne Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Joel Jeremy Marquez --- .../src/data/customThemeCatalog.json | 26 +++++++++++++++++++ upcoming-release-notes/7571.md | 6 +++++ 2 files changed, 32 insertions(+) create mode 100644 upcoming-release-notes/7571.md diff --git a/packages/desktop-client/src/data/customThemeCatalog.json b/packages/desktop-client/src/data/customThemeCatalog.json index 33e4c0668a..60904d017e 100644 --- a/packages/desktop-client/src/data/customThemeCatalog.json +++ b/packages/desktop-client/src/data/customThemeCatalog.json @@ -257,5 +257,31 @@ "#B8705E" ], "mode": "light" + }, + { + "name": "Gruvbox Light", + "repo": "Dakyne/gruvbox-light-actualbudget", + "colors": [ + "#fbf1c7", + "#3c3836", + "#d65d0e", + "#cc241d", + "#98971a", + "#458588" + ], + "mode": "light" + }, + { + "name": "Gruvbox Dark", + "repo": "Dakyne/gruvbox-dark-actualbudget", + "colors": [ + "#282828", + "#ebdbb2", + "#fabd2f", + "#fb4934", + "#b8bb26", + "#83a598" + ], + "mode": "dark" } ] diff --git a/upcoming-release-notes/7571.md b/upcoming-release-notes/7571.md new file mode 100644 index 0000000000..941adeae67 --- /dev/null +++ b/upcoming-release-notes/7571.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [Dakyne] +--- + +Add Gruvbox Light and Gruvbox Dark custom themes to the theme catalog.