mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -05:00
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:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
6
upcoming-release-notes/7571.md
Normal file
6
upcoming-release-notes/7571.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [Dakyne]
|
||||
---
|
||||
|
||||
Add Gruvbox Light and Gruvbox Dark custom themes to the theme catalog.
|
||||
Reference in New Issue
Block a user