diff --git a/wa.user.css b/wa.user.css index f8712990..ef69cc5f 100644 --- a/wa.user.css +++ b/wa.user.css @@ -6,16 +6,16 @@ @supportURL https://github.com/vednoc/dark-whatsapp/issues @updateURL https://raw.githubusercontent.com/vednoc/dark-whatsapp/master/wa.user.css @author vednoc (https://github.com/vednoc) -@version 3.0.0-rc.6 +@version 3.0.0-rc.7 @license MIT ==/UserStyle== */ @-moz-document domain('web.whatsapp.com') { :root:not(#z), .dark:not(#z) { - --version: 'Dark-WhatsApp Lite 3.0.0-rc.6 — August 18th, 2020'; - --message: 'The v3 is almost here! Updated to `v2.2033.7` of WhatsApp. Delaying the full-release until next week or the week after – see the changelog for more info. '; - --changes: '\A\A https://github.com/vednoc/dark-whatsapp'; + --version: 'Dark-WhatsApp Lite 3.0.0-rc.7 — August 27th, 2020'; + --message: 'The v3 is almost here! Updated to `v2.2035.12` of WhatsApp. \A\A I began working on an alternative to userstyles.org called userstyles.world. It is in very early stages, but I decided to spread the word to hear about what people think – see the changelog for more info. '; + --changes: '\A\A Visit the site at: https://userstyles.world\A\A https://github.com/vednoc/dark-whatsapp\A\A P.S. CSS can not add links, only fake/pseudo text.'; --ui-font: 'font_name', Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif !important; --r-menus: 4px; --r-inputs: 24px; @@ -531,10 +531,10 @@ --ac-2-rgb: 85,102,160; --ac-3: #475483 !important; --ac-3-rgb: 71,84,131; - --ac-4: #343d5c !important; - --ac-4-rgb: 52,61,92; - --ac-5: #2a3249 !important; - --ac-5-rgb: 42,50,73; + --ac-4: #2f3756 !important; + --ac-4-rgb: 47,55,86; + --ac-5: #282f46 !important; + --ac-5-rgb: 40,47,70; --white: #fff; --white-rgb: 255,255,255; --red: #dc322f; @@ -550,7 +550,7 @@ --t: transparent; --shadow: rgba(0,0,0,0.145); --bshadow: 0 2px 4px var(--shadow); - --intro-image: url("data:image/svg+xml;utf8,"); + --intro-image: url("data:image/svg+xml;utf8,"); } html > body { background-image: none !important; @@ -655,6 +655,24 @@ *::-webkit-scrollbar-track { background-color: var(--shadow) !important; } + [id *= 'startup'] { + background-color: var(--bg-0) !important; + } + progress { + background-color: var(--bg-2) !important; + } + progress[value]::-moz-progress-bar { + background-color: var(--ac-0) !important; + } + ::-moz-progress-bar { + background-color: var(--bg-4) !important; + } + ::-webkit-progress-bar { + background-color: var(--bg-4) !important; + } + ::-webkit-progress-value { + background-color: var(--ac-0) !important; + } ._1BjNO[style], ._1S7ke { background-color: var(--bg-5) !important; @@ -751,24 +769,6 @@ .overlay._3Os9f [data-animate-modal-popup] [data-icon = 'back'] path { fill: var(--fg-1) !important; } - [id *= 'startup'] { - background-color: var(--bg-0) !important; - } - progress { - background-color: var(--bg-2) !important; - } - progress[value]::-moz-progress-bar { - background-color: var(--ac-0) !important; - } - ::-moz-progress-bar { - background-color: var(--bg-4) !important; - } - ::-webkit-progress-bar { - background-color: var(--bg-4) !important; - } - ::-webkit-progress-value { - background-color: var(--ac-0) !important; - } .landing-wrapper::before { content: unset !important; } diff --git a/wa.user.styl b/wa.user.styl index d94966a2..3ceec4e8 100644 --- a/wa.user.styl +++ b/wa.user.styl @@ -6,7 +6,7 @@ @supportURL https://github.com/vednoc/dark-whatsapp/issues @updateURL https://raw.githubusercontent.com/vednoc/dark-whatsapp/master/wa.user.styl @author vednoc (https://github.com/vednoc) -@version 3.0.0-rc.6 +@version 3.0.0-rc.7 @license MIT @preprocessor stylus @@ -245,11 +245,15 @@ OM = next_omsg @-moz-document domain('web.whatsapp.com') { :root:not(#z), .dark:not(#z) { /// Userstyle info and announcements. - --version: 'Dark-WhatsApp 3.0.0-rc.6 — August 18th, 2020' - --message: 'The v3 is almost here! Updated to `v2.2033.7` of ' + \ - 'WhatsApp. Delaying the full-release until next week ' + \ - 'or the week after – see the changelog for more info. ' - --changes: '\A\A https://github.com/vednoc/dark-whatsapp' + --version: 'Dark-WhatsApp 3.0.0-rc.7 — August 27th, 2020' + --message: 'The v3 is almost here! Updated to `v2.2035.12` of ' + \ + 'WhatsApp. \A\A I began working on an alternative to ' + \ + 'userstyles.org called userstyles.world. It is in very ' + \ + 'early stages, but I decided to spread the word to hear ' + \ + 'about what people think – see the changelog for more info. ' + --changes: '\A\A Visit the site at: https://userstyles.world' + \ + '\A\A https://github.com/vednoc/dark-whatsapp' + \ + '\A\A P.S. CSS can not add links, only fake/pseudo text.' /// UI font. --ui-font: ui_font, Segoe UI, Helvetica Neue, Helvetica, Lucida Grande,