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.