From 406dbc5656ea8e12ff224967cd7ebacc5f0d8729 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sun, 2 Oct 2022 11:45:55 +0200 Subject: [PATCH] feat: add transparent theme Adds a transparent theme with a contrast ratio of 4.5 on both black and white (see https://ux.stackexchange.com/a/86226). --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index 6ca5fde..d5c0e4c 100644 --- a/themes/index.js +++ b/themes/index.js @@ -12,6 +12,13 @@ export const themes = { text_color: "434d58", bg_color: "fffefe", }, + transparent: { + title_color: "006AFF", + icon_color: "0579C3", + text_color: "417E87", + bg_color: "ffffff00", + border_color: "e4e2e2", + }, dark: { title_color: "fff", icon_color: "79ff97",