From 0c3c7e8eb5d1a2a550c9ad1dc0caf2109bf2d373 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Nov 2022 12:42:58 +0000 Subject: [PATCH] Change pwa background to increase contrast --- theme/blue/theme.json | 2 +- theme/debian/theme.json | 2 +- theme/default/theme.json | 2 +- theme/hacker/theme.json | 2 +- theme/henge/theme.json | 2 +- theme/indymediaclassic/theme.json | 2 +- theme/indymediamodern/theme.json | 2 +- theme/lcd/theme.json | 2 +- theme/light/theme.json | 2 +- theme/night/theme.json | 2 +- theme/pixel/theme.json | 2 +- theme/purple/theme.json | 2 +- theme/rc3/theme.json | 2 +- theme/solidaric/theme.json | 2 +- theme/starlight/theme.json | 2 +- theme/zen/theme.json | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/theme/blue/theme.json b/theme/blue/theme.json index 69a4d197b..51bd42576 100644 --- a/theme/blue/theme.json +++ b/theme/blue/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "white", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 2f900e7ae..e23444e19 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -5,7 +5,7 @@ "diff-add": "#111", "diff-remove": "#333", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#222", "dropdown-bg-color": "white", "dropdown-bg-color-hover": "lightgrey", diff --git a/theme/default/theme.json b/theme/default/theme.json index 39259553b..1672f689d 100644 --- a/theme/default/theme.json +++ b/theme/default/theme.json @@ -15,7 +15,7 @@ "liker-names-vertical-spacing2": "100px", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index df235816f..a18e479f7 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#9ad791", "dropdown-bg-color": "#222", "dropdown-bg-color-hover": "#444", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index 640be77ed..17bbc2291 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "white", "dropdown-bg-color": "#483335", "dropdown-bg-color-hover": "#583335", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 2ac33b226..f01d4b82e 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "white", "dropdown-bg-color": "#222", "dropdown-bg-color-hover": "#444", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index 9390cb427..f64529017 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -5,7 +5,7 @@ "diff-add": "#111", "diff-remove": "#333", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "black", "dropdown-bg-color": "#dedede", "dropdown-bg-color-hover": "#ccc", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index 325f08235..0dfcde225 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "white", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#33390d", "dropdown-bg-color": "#9fb42b", "dropdown-bg-color-hover": "#33390d", diff --git a/theme/light/theme.json b/theme/light/theme.json index 3802bc93d..53fb3408f 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -5,7 +5,7 @@ "diff-remove": "#333", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "white", "dropdown-fg-color": "#2d2c37", "dropdown-bg-color": "#d6dbf0", "dropdown-bg-color-hover": "#b6bbf0", diff --git a/theme/night/theme.json b/theme/night/theme.json index 9176144b2..751b8e0fc 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#0481f5", "dropdown-bg-color": "#0d0d10", "dropdown-bg-color-hover": "#0b0b10", diff --git a/theme/pixel/theme.json b/theme/pixel/theme.json index a8a453d99..2d4575e63 100644 --- a/theme/pixel/theme.json +++ b/theme/pixel/theme.json @@ -5,7 +5,7 @@ "diff-add": "#111", "diff-remove": "#333", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "black", "dropdown-bg-color": "#aba0d4", "dropdown-bg-color-hover": "#cba0d4", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index c2971f82e..e26a3d869 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#f98bb0", "dropdown-bg-color": "#2f152d", "dropdown-bg-color-hover": "#3f152d", diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 33ea37523..89b5ad644 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "white", "dropdown-bg-color": "#002a3a", "dropdown-bg-color-hover": "#025d84", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index 1e124f545..c23a88d46 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "white", "dropdown-fg-color": "#2d2c37", "dropdown-bg-color": "#ddd", "dropdown-bg-color-hover": "#ccc", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index b6df69a26..371b9345c 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -3,7 +3,7 @@ "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#ffc4bc", "dropdown-bg-color": "#1f0d10", "dropdown-bg-color-hover": "#222", diff --git a/theme/zen/theme.json b/theme/zen/theme.json index b1d517ef2..7ef8bcf18 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -26,7 +26,7 @@ "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black-translucent", + "pwa-theme-background-color": "black", "dropdown-fg-color": "#d5c7b7", "dropdown-bg-color": "#4c4e41", "dropdown-bg-color-hover": "#3c4e41",