From adf499add6f920bee3dd2f27c8ba72bdf5ac8c9c Mon Sep 17 00:00:00 2001 From: Domai Date: Sat, 30 Sep 2023 10:51:22 +0200 Subject: [PATCH] update themes --- dist/themes/themes.json | 10 +++++----- themes/themes.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/themes/themes.json b/dist/themes/themes.json index 1a629a5..64410ae 100644 --- a/dist/themes/themes.json +++ b/dist/themes/themes.json @@ -215,10 +215,10 @@ "text_color": "ffffff", "bg_color": "20232a" }, - "snownight": { - "title_color": "ffffff", - "icon_color": "ffffff", - "text_color": "ffffff", - "bg_color": "000000a0" + "domai-tb": { + "title_color": "rgba(255, 255, 255, 0.5)", + "icon_color": "rgb(61, 133, 143)", + "text_color": "rgb(61, 133, 143)", + "bg_color": "rgba(255, 255, 255, 0)" } } diff --git a/themes/themes.json b/themes/themes.json index 9d211d3..5277701 100644 --- a/themes/themes.json +++ b/themes/themes.json @@ -215,10 +215,10 @@ "text_color": "ffffff", "bg_color": "20232a" }, - "snownight": { - "title_color": "ffffff", - "icon_color": "ffffff", - "text_color": "ffffff", - "bg_color": "000000a0" + "domai-tb": { + "title_color": "rgba(255, 255, 255, 0.5)", + "icon_color": "rgb(61, 133, 143)", + "text_color": "rgb(61, 133, 143)", + "bg_color": "rgba(255, 255, 255, 0)" } }