From 8f68e11b7cba52cc594e10d5018599987988480c Mon Sep 17 00:00:00 2001 From: Alexandr Date: Tue, 1 Aug 2023 05:11:21 +0300 Subject: [PATCH 1/4] Themes: Add test theme to check preview workflow --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index aa7a24c23b216..291df36de682d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -430,6 +430,13 @@ export const themes = { border_color: "ffffff", bg_color: "000000", }, + blueberry_duo: { + title_color: "FFA3BA", + text_color: "BEE9F4", + icon_color: "FFA3BA", + border_color: "ffffff", + bg_color: "ffffff", + }, }; export default themes; From 2b62d4c0e8d6a4d81daeb7ecf846fc61db9f17dc Mon Sep 17 00:00:00 2001 From: Alexandr Date: Wed, 2 Aug 2023 18:26:24 +0300 Subject: [PATCH 2/4] dev --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index 291df36de682d..740015559dd67 100644 --- a/themes/index.js +++ b/themes/index.js @@ -437,6 +437,13 @@ export const themes = { border_color: "ffffff", bg_color: "ffffff", }, + blue_navy: { + title_color: "82AAFF", + text_color: "82AAFF", + icon_color: "82AAFF", + border_color: "ffffff", + bg_color: "000000", + }, }; export default themes; From 1adf2584da29d685c7aebde5ba259a61a6fa4738 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Wed, 2 Aug 2023 18:28:19 +0300 Subject: [PATCH 3/4] dev --- themes/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/index.js b/themes/index.js index 740015559dd67..eba866b5b8c46 100644 --- a/themes/index.js +++ b/themes/index.js @@ -430,13 +430,6 @@ export const themes = { border_color: "ffffff", bg_color: "000000", }, - blueberry_duo: { - title_color: "FFA3BA", - text_color: "BEE9F4", - icon_color: "FFA3BA", - border_color: "ffffff", - bg_color: "ffffff", - }, blue_navy: { title_color: "82AAFF", text_color: "82AAFF", @@ -444,6 +437,13 @@ export const themes = { border_color: "ffffff", bg_color: "000000", }, + calm_pink: { + title_color: "e07a5f", + text_color: "edae49", + icon_color: "ebcfb2", + border_color: "e1bc29", + bg_color: "373f51", + }, }; export default themes; From 45f018b7bef0c8b0f75147427ca0b8c97770d96c Mon Sep 17 00:00:00 2001 From: Alexandr Date: Wed, 2 Aug 2023 18:30:25 +0300 Subject: [PATCH 4/4] dev --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index eba866b5b8c46..6450655e2da85 100644 --- a/themes/index.js +++ b/themes/index.js @@ -442,7 +442,7 @@ export const themes = { text_color: "edae49", icon_color: "ebcfb2", border_color: "e1bc29", - bg_color: "373f51", + bg_color: "2b2d40", }, };