mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -05:00
🎨 High Contrast Light theme for Actual (#7032)
* Update customThemeCatalog.json
* [autofix.ci] apply automated fixes
* Create 7032.md
🎨 High contrast light theme.
* Update customThemeCatalog.json
* Update 7032.md
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -80,5 +80,17 @@
|
||||
"name": "Butterfly",
|
||||
"repo": "samekh248/actual-butterfly-theme",
|
||||
"colors": ["#12110F", "#22201D", "#F35B16", "#3D261C", "#E5E7EB", "#1B8366"]
|
||||
},
|
||||
{
|
||||
"name": "High-contrast (Light)",
|
||||
"repo": "Juulz/high-contrast-light",
|
||||
"colors": [
|
||||
"#000",
|
||||
"hsl(37, 100%, 21%)",
|
||||
"hsl(228, 100%, 33%)",
|
||||
"#fff",
|
||||
"hsl(0, 0%, 90%)",
|
||||
"hsl(90, 100%, 17%)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
6
upcoming-release-notes/7032.md
Normal file
6
upcoming-release-notes/7032.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [Juulz]
|
||||
---
|
||||
|
||||
🎨 High-contrast (7.0:1 or higher) light theme.
|
||||
Reference in New Issue
Block a user