diff --git a/packages/desktop-client/src/data/customThemeCatalog.json b/packages/desktop-client/src/data/customThemeCatalog.json index 714baf34d9..cc78e4d969 100644 --- a/packages/desktop-client/src/data/customThemeCatalog.json +++ b/packages/desktop-client/src/data/customThemeCatalog.json @@ -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%)" + ] } ] diff --git a/upcoming-release-notes/7032.md b/upcoming-release-notes/7032.md new file mode 100644 index 0000000000..5cb2caf6be --- /dev/null +++ b/upcoming-release-notes/7032.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [Juulz] +--- + +🎨 High-contrast (7.0:1 or higher) light theme.