Solved Solid Color Background Color Changed


shoober420

Well-known member
Member
VIP
Local time
11:57 PM
Posts
231
OS
Windows 11 27965
i just installed 27919 and set up my wallpaper using this script


when choosing a color, its not the desired color thats selected in the script. this used to work fone before

for example, when selecting Win95/98 Teal, instead of it being Teal, its Neon Green. or when selecting Win95 Navy, it uses a regular blue

anyone else experience this?
 
Windows Build/Version
Windows 11 27919

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
i just discovered what causes this issue. when enabling "Contrast themes" via the Accessibility menu in the CTRL+ALT+DEL screen, the normal Windows 95/98 teal is changed to a off green color.

this can be tested using this reg key

Code:
reg add "HKCU\Control Panel\Colors" /v "Background" /t REG_SZ /d "0 128 128" /f

ill try to find a way for the wallpaper to stay the same color when enabling "Contrast themes"
 
Last edited:

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
so enabling high contrast theme increases your rgb wallpaper color values by half. meaning, if you choose teal (0 128 128), you must make the values (0 64 64). choosing 2000/xp blue (58 110 165) would therefore be (29 58 83)
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
Back
Top Bottom