diff --git a/src/components/CreditsDisplay.vue b/src/components/CreditsDisplay.vue index bb455b8f2..a8a2a3cde 100644 --- a/src/components/CreditsDisplay.vue +++ b/src/components/CreditsDisplay.vue @@ -71,6 +71,7 @@ export default { } .t-dark .c-credits-header, +.t-amoled .c-credits-header, .t-s6 .c-credits-header, .t-s10 .c-credits-header { animation: a-credits-header--glow 25s infinite; @@ -98,7 +99,8 @@ export default { 100% { color: #fbc21b; } } -.t-dark-metro .c-credits-header { +.t-dark-metro .c-credits-header, +.t-amoled-metro .c-credits-header { color: #e0e0e0; } diff --git a/src/components/tabs/celestial-pelle/FadeAway.vue b/src/components/tabs/celestial-pelle/FadeAway.vue index 6273fb201..b5fe10d57 100644 --- a/src/components/tabs/celestial-pelle/FadeAway.vue +++ b/src/components/tabs/celestial-pelle/FadeAway.vue @@ -43,6 +43,8 @@ export default { .t-inverted .c-background-overlay, .t-inverted-metro .c-background-overlay, +.t-amoled .c-background-overlay, +.t-amoled-metro .c-background-overlay, .t-s11 .c-background-overlay { background-color: black; } diff --git a/src/core/secret-formula/news.js b/src/core/secret-formula/news.js index d60957be1..07e8b19a8 100644 --- a/src/core/secret-formula/news.js +++ b/src/core/secret-formula/news.js @@ -1416,8 +1416,13 @@ GameDatabase.news = [ Inverted: `it gives you these transcendently beautiful color combinations that you would normally never see in a typical dark theme.`, - InvertedMetro: `it gives off this very stern vibe, with these highly contrasting colors clashing with a + InvertedMetro: + `it gives off this very stern vibe, with these highly contrasting colors clashing with a professional modern sort of design.`, + AMOLED: "it saves 10% more energy compared to using light theme. Doesn't everyone love saving energy?", + AMOLEDMetro: + `it has a nice look to it that resembles the control panel of a sci-fi spaceship. ...No, you can't + actually fly a spceship, unfortunately.`, S1: "it really gets me in the holiday spirit. I can just feel the magic in the air!", S2: "it makes me proud to be Finnish, and proud to celebrate all that we have accomplished as a people.", S3: "it's a beautiful analogue for life, in that it's ever changing and never quite right.",