Discuss Scratch

7salad3salad
Scratcher
1000+ posts

Dark Mode? Block

What about Chromebooks? They don't have dark mode because they are inferior to windows mac and linux
I_LOVE_TO_MAKE_STUFF
Scratcher
1000+ posts

Dark Mode? Block

turbowarp.com has a dark mode and it looks WAY better with it. Support
mybearworld
Scratcher
1000+ posts

Dark Mode? Block

7salad3salad wrote:

What about Chromebooks? They don't have dark mode because they are inferior to windows mac and linux
div (prefers-color-scheme: dark) {
 background-color: black;
}
div {
 background-color: white;
 width: 50px;
 height: 50px;
}
:root {
 background-color: yellow
}
<div></div>
What color does the div have on chromebook? If white, then it will always report light mode. If black, then it will always report dark mode.
It's most likely light.
reallysoftuser
Scratcher
1000+ posts

Dark Mode? Block

Fun fact: websites can also detect your system theme on iPhone to!
This defaults to light if it for some reason doesn't work.
Also, we should be able to set our “default theme” for projects as well.
mybearworld
Scratcher
1000+ posts

Dark Mode? Block

reallysoftuser wrote:

Also, we should be able to set our “default theme” for projects as well.
please make your own suggestion for that

Last edited by mybearworld (Jan. 4, 2022 20:21:40)

Socialix
Scratcher
1000+ posts

Dark Mode? Block

I don't see any basic use for this other than user interfaces and operating systems. Where would this ACTUALLY be useful for?
SomeoneOnThelnternet
Scratcher
1000+ posts

Dark Mode? Block

Socialix wrote:

I don't see any basic use for this other than user interfaces and operating systems. Where would this ACTUALLY be useful for?
probably user interfaces and operating systems, like you said.
reallysoftuser
Scratcher
1000+ posts

Dark Mode? Block

mybearworld wrote:

reallysoftuser wrote:

Also, we should be able to set our “default theme” for projects as well.




please make your own suggestion for that
Then it would be a suggestion for a suggestion…
mybearworld
Scratcher
1000+ posts

Dark Mode? Block

Socialix wrote:

I don't see any basic use for this other than user interfaces and operating systems. Where would this ACTUALLY be useful for?
UI.
Guest_102233
Scratcher
100+ posts

Dark Mode? Block

mybearworld wrote:

Socialix wrote:

Where would this ACTUALLY be useful for?
UI.
So let me get this straight. You want a dark mode block that can detect if an OS has their own dark mode toggled JUST for eye health and looks on a Scratch project? I don't see any major usefulness.
mybearworld
Scratcher
1000+ posts

Dark Mode? Block

Guest_102233 wrote:

mybearworld wrote:

Socialix wrote:

Where would this ACTUALLY be useful for?
UI.
So let me get this straight. You want a dark mode block that can detect if an OS has their own dark mode toggled JUST for eye health and looks on a Scratch project? I don't see any major usefulness.
It's quality of life. It obviously shouldn't be the Scratch Team's top priority.
TWY_
Scratcher
12 posts

Dark Mode? Block

mybearworld wrote:

7salad3salad wrote:

What about Chromebooks? They don't have dark mode because they are inferior to windows mac and linux
div (prefers-color-scheme: dark) {
 background-color: black;
}
div {
 background-color: white;
 width: 50px;
 height: 50px;
}
:root {
 background-color: yellow
}
<div></div>
What color does the div have on chromebook? If white, then it will always report light mode. If black, then it will always report dark mode.
It's most likely light.

This actually works to detect dark mode in Scratch by svg.
I created a project 2 months ago to detect that: https://scratch-mit-edu.ezproxyberklee.flo.org/projects/644630356/
However, it can only detect the state when it is loaded in Scratch, not when the mode is toggled during execution.

Last edited by TWY_ (April 25, 2022 20:08:16)

gatgatcode
Scratcher
100+ posts

Dark Mode? Block

you can make a dark mode in your project
gatgatcode
Scratcher
100+ posts

Dark Mode? Block

TWY_ wrote:

mybearworld wrote:

7salad3salad wrote:

What about Chromebooks? They don't have dark mode because they are inferior to windows mac and linux
div (prefers-color-scheme: dark) {
 background-color: black;
}
div {
 background-color: white;
 width: 50px;
 height: 50px;
}
:root {
 background-color: yellow
}
<div></div>
What color does the div have on chromebook? If white, then it will always report light mode. If black, then it will always report dark mode.
It's most likely light.

This actually works to detect dark mode in Scratch by svg.
I created a project 2 months ago to detect that: https://scratch-mit-edu.ezproxyberklee.flo.org/projects/644630356/
However, it can only detect the state when it is loaded in Scratch, not when the mode is toggled during execution.
it didnt work
The_Game_
Scratcher
1000+ posts

Dark Mode? Block

I suggested Dark Mode but a scratch mod said that it was a stupid idea and rejected it. Have fun burning your eyes out scratch mod lol
lapisi
Scratcher
1000+ posts

Dark Mode? Block

The_Game_ wrote:

(#35)
I suggested Dark Mode but a scratch mod said that it was a stupid idea and rejected it. Have fun burning your eyes out scratch mod lol
proof? there is no way a mod rejected it for being “stupid,” it's more likely that it was closed because it's a dupe

Last edited by lapisi (April 26, 2022 01:39:28)

Epsilon_3
Scratcher
500+ posts

Dark Mode? Block

mybearworld wrote:

Za-Chary wrote:

Are there some devices that don't have dark mode?
Windows, Mac, Linux, Android and iPhones have dark mode. I can't think of any that don't.
ChromeOS

Edit: didn't see the post of the KOP

Last edited by Epsilon_3 (April 26, 2022 02:25:57)

ImGrayson6
New Scratcher
1 post

Dark Mode? Block

is this real???
when green flag clicked
forever
if <light mode detected?> then
switch costume to [dark v]


else
switch costume to [light v]
end
end
gdfsgdfsgdfg
Scratcher
1000+ posts

Dark Mode? Block

ImGrayson6 wrote:

its a suggestion
cookieclickerer33
Scratcher
1000+ posts

Dark Mode? Block

290Scratcher wrote:

How will this work without an official dark mode?
It cant

Powered by DjangoBB