feat: add AI generated theme.

This commit adds a theme that chatGPT suggested would be an excellent addition.
This commit is contained in:
Rick Staa
2023-08-02 17:38:42 +02:00
committed by GitHub
parent 2d3b4de24c
commit e8d465d810
+7
View File
@@ -430,6 +430,13 @@ export const themes = {
border_color: "ffffff",
bg_color: "000000",
},
ocean_breeze: {
"title_color": "2f80ed",
"icon_color": "2f80ed",
"text_color": "333",
"bg_color": "f0f6fc",
"border_color": "e1e4e8",
}
};
export default themes;