From e8d465d810010b660f79eb18ba5275bd56e67ad4 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 2 Aug 2023 17:38:42 +0200 Subject: [PATCH] feat: add AI generated theme. This commit adds a theme that chatGPT suggested would be an excellent addition. --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index aa7a24c2..09a3bd88 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;