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 <joeljeremy.marquez@gmail.com>

---------

Co-authored-by: Dakyne <fawn_salable_73@icloud.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com>
This commit is contained in:
Dakyne
2026-04-23 16:25:05 +02:00
committed by GitHub
parent aeb28d3b87
commit 29a06b23ea
2 changed files with 32 additions and 0 deletions

View File

@@ -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"
}
]

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [Dakyne]
---
Add Gruvbox Light and Gruvbox Dark custom themes to the theme catalog.