From 316ed530ff6ae95c0b5c63f0740325d95ad321ac Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 13 Nov 2022 20:05:22 -0800 Subject: [PATCH 1/2] Add transparency to divider-color, as suggested by erikg https://community.home-assistant.io/u/erikg --- settings-light-dark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings-light-dark.yaml b/settings-light-dark.yaml index e29b4b7..061c8ed 100644 --- a/settings-light-dark.yaml +++ b/settings-light-dark.yaml @@ -1,6 +1,6 @@ divider_color: - dark: '#98989d' - light: '#8e8e93' + dark: rgba(152, 152, 157, 0.3) + light: rgba(142, 142, 147, 0.3) ha_card_background: dark: rgba(10, 10, 10, 0.4) light: rgba(245, 245, 245, 0.4) From 6021000aec7ee227b713156061815b69da7aa037 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 13 Nov 2022 20:07:03 -0800 Subject: [PATCH 2/2] Run create-themes.py --- manual-install/ios-themes.yaml | 56 +++++++++++++++++----------------- themes/ios-themes.yaml | 56 +++++++++++++++++----------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/manual-install/ios-themes.yaml b/manual-install/ios-themes.yaml index 4f4941a..2878e37 100644 --- a/manual-install/ios-themes.yaml +++ b/manual-install/ios-themes.yaml @@ -11,7 +11,7 @@ ios-light-mode-dark-green-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -98,7 +98,7 @@ ios-light-mode-dark-green: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -185,7 +185,7 @@ ios-dark-mode-dark-green-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -272,7 +272,7 @@ ios-dark-mode-dark-green: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -359,7 +359,7 @@ ios-light-mode-light-blue-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -446,7 +446,7 @@ ios-light-mode-light-blue: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -533,7 +533,7 @@ ios-dark-mode-light-blue-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -620,7 +620,7 @@ ios-dark-mode-light-blue: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -707,7 +707,7 @@ ios-light-mode-light-green-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -794,7 +794,7 @@ ios-light-mode-light-green: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -881,7 +881,7 @@ ios-dark-mode-light-green-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -968,7 +968,7 @@ ios-dark-mode-light-green: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1055,7 +1055,7 @@ ios-light-mode-orange-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1142,7 +1142,7 @@ ios-light-mode-orange: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1229,7 +1229,7 @@ ios-dark-mode-orange-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1316,7 +1316,7 @@ ios-dark-mode-orange: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1403,7 +1403,7 @@ ios-light-mode-blue-red-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1490,7 +1490,7 @@ ios-light-mode-blue-red: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1577,7 +1577,7 @@ ios-dark-mode-blue-red-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1664,7 +1664,7 @@ ios-dark-mode-blue-red: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1751,7 +1751,7 @@ ios-light-mode-red-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1838,7 +1838,7 @@ ios-light-mode-red: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1925,7 +1925,7 @@ ios-dark-mode-red-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -2012,7 +2012,7 @@ ios-dark-mode-red: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -2099,7 +2099,7 @@ ios-light-mode-dark-blue-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -2186,7 +2186,7 @@ ios-light-mode-dark-blue: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -2273,7 +2273,7 @@ ios-dark-mode-dark-blue-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -2360,7 +2360,7 @@ ios-dark-mode-dark-blue: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" diff --git a/themes/ios-themes.yaml b/themes/ios-themes.yaml index 966bdb0..a633bfd 100644 --- a/themes/ios-themes.yaml +++ b/themes/ios-themes.yaml @@ -11,7 +11,7 @@ ios-light-mode-dark-green-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -98,7 +98,7 @@ ios-light-mode-dark-green: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -185,7 +185,7 @@ ios-dark-mode-dark-green-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -272,7 +272,7 @@ ios-dark-mode-dark-green: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -359,7 +359,7 @@ ios-light-mode-light-blue-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -446,7 +446,7 @@ ios-light-mode-light-blue: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -533,7 +533,7 @@ ios-dark-mode-light-blue-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -620,7 +620,7 @@ ios-dark-mode-light-blue: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -707,7 +707,7 @@ ios-light-mode-light-green-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -794,7 +794,7 @@ ios-light-mode-light-green: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -881,7 +881,7 @@ ios-dark-mode-light-green-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -968,7 +968,7 @@ ios-dark-mode-light-green: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1055,7 +1055,7 @@ ios-light-mode-orange-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1142,7 +1142,7 @@ ios-light-mode-orange: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1229,7 +1229,7 @@ ios-dark-mode-orange-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1316,7 +1316,7 @@ ios-dark-mode-orange: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1403,7 +1403,7 @@ ios-light-mode-blue-red-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1490,7 +1490,7 @@ ios-light-mode-blue-red: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1577,7 +1577,7 @@ ios-dark-mode-blue-red-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1664,7 +1664,7 @@ ios-dark-mode-blue-red: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -1751,7 +1751,7 @@ ios-light-mode-red-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1838,7 +1838,7 @@ ios-light-mode-red: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -1925,7 +1925,7 @@ ios-dark-mode-red-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -2012,7 +2012,7 @@ ios-dark-mode-red: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -2099,7 +2099,7 @@ ios-light-mode-dark-blue-alternative: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -2186,7 +2186,7 @@ ios-light-mode-dark-blue: light-primary-color: "#2c2c2e" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#e5e5ea" # systemGray5 light mode secondary-background-color: rgba(255, 255, 255, 0.9) - divider-color: "#8e8e93" # from Apple systemGray light mode + divider-color: rgba(142, 142, 147, 0.3) # from Apple systemGray light mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#464a47" @@ -2273,7 +2273,7 @@ ios-dark-mode-dark-blue-alternative: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF" @@ -2360,7 +2360,7 @@ ios-dark-mode-dark-blue: light-primary-color: "#B6B6C1" # (icons on left menu) (light: systemGray5 from iOS dark mode, dark: XXX) primary-background-color: "#2c2c2e" # systemGray5 dark mode secondary-background-color: rgba(25, 25, 25, 0.9) - divider-color: "#98989d" # from Apple systemGray dark mode + divider-color: rgba(152, 152, 157, 0.3) # from Apple systemGray dark mode accent-color: rgba(255, 159, 9, 1) # Text primary-text-color: "#FFF"