Compare commits

...
2 Commits
Author SHA1 Message Date
Rick Staa 43bf4b4b5b fix: apply new AI suggestions 2023-08-02 17:43:05 +02:00
Rick Staa e8d465d810 feat: add AI generated theme.
This commit adds a theme that chatGPT suggested would be an excellent addition.
2023-08-02 17:38:42 +02:00
+7
View File
@@ -430,6 +430,13 @@ export const themes = {
border_color: "ffffff",
bg_color: "000000",
},
ocean_breeze: {
"title_color": "0d6efd",
"icon_color": "0d6efd",
"text_color": "333333",
"bg_color": "f0f6fc",
"border_color": "d1d5da",
}
};
export default themes;