Skip to content

Instantly share code, notes, and snippets.

@AveYo
Last active December 8, 2025 07:55
Show Gist options
  • Select an option

  • Save AveYo/80fc6677b9f34939e44364880fbf3768 to your computer and use it in GitHub Desktop.

Select an option

Save AveYo/80fc6677b9f34939e44364880fbf3768 to your computer and use it in GitHub Desktop.
Pitch Black Theme.reg - now for Ctrl+Alt+Del (and logon on 11) as well - revised 2022-06-16
Windows Registry Editor Version 5.00
; Pitch Black Theme preset by AveYo, AccentPalette idea by /u/Egg-Tricky
; for Ctrl+Alt+Del, Logon, Taskbar, Start Menu, Action Center (10 & 11)
; revised 2022-06-16: show active taskbar button in accent color
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
00,9d,ff,aa,\ ; Links in action center and apps
00,9d,ff,aa,\ ; Taskbar icons underline
00,9d,ff,aa,\ ; Start button hover
00,9d,ff,aa,\ ; Settings icons and links [Blue]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar, where [aabbggrr] aa = alpha, ignored
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
00,9d,ff,aa,\ ; Links in action center and apps, where [rr,gg,bb,aa] aa = alpha, ignored
00,9d,ff,aa,\ ; Taskbar icons underline
00,9d,ff,aa,\ ; Start button hover
00,9d,ff,aa,\ ; Settings icons and links [Blue]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"ForceEffectMode"=dword:00000001 ; Dark Start and Taskbar while Transparency is on - needed for highlight active button
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000001 ; Transparency [x] needed for highlight active button
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000001 ; Transparency [x] needed for highlight active button
[-HKEY_CURRENT_USER\Control Panel\Colors]
[HKEY_CURRENT_USER\Control Panel\Colors]
"Hilight"="0 157 255" ; [Blue]
"HotTrackingColor"="0 157 255"
"MenuHilight"="0 157 255"
"ActiveBorder"="0 0 0"
[-HKEY_USERS\.DEFAULT\Control Panel\Colors]
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
"Hilight"="0 157 255" ; [Blue]
"HotTrackingColor"="0 157 255"
"MenuHilight"="0 157 255"
"ActiveBorder"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Background"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=dword:00000001 ; AveYo: enable pure black logon on 11
"DisableLogonBackgroundImage"=- ; keep logon picture - separate y_solid_color_lockscreen.reg provided
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization]
"PersonalColors_Background"="#000000" ; AveYo: this is what was missing to make Ctrl+Alt+Del background black as well
"PersonalColors_Accent"=-
"NoLockScreen"=- ; keep lock screen - separate y_no_lockscreen.reg provided
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
; done - log off and back on to see all changes
Windows Registry Editor Version 5.00
; Pitch Black Theme solid preset by AveYo, AccentPalette idea by /u/Egg-Tricky
; for Ctrl+Alt+Del, Logon, Taskbar, Start Menu, Action Center (10 & 11)
; no transparency, no highlight active taskbar button, solid color logon
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
80,80,80,aa,\ ; Links in action center and apps
00,00,00,aa,\ ; Taskbar icons underline
80,80,80,aa,\ ; Start button hover
80,80,80,aa,\ ; Settings icons and links [Gray]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar, where [aabbggrr] aa = alpha, ignored
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
80,80,80,aa,\ ; Links in action center and apps, where [rr,gg,bb,aa] aa = alpha, ignored
00,00,00,aa,\ ; Taskbar icons underline
80,80,80,aa,\ ; Start button hover
80,80,80,aa,\ ; Settings icons and links [Gray]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000000 ; Transparency []
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000000 ; Transparency []
[-HKEY_CURRENT_USER\Control Panel\Colors]
[HKEY_CURRENT_USER\Control Panel\Colors]
"Hilight"="128 128 128" ; [Gray]
"HotTrackingColor"="128 128 128"
"MenuHilight"="128 128 128"
"ActiveBorder"="0 0 0"
[-HKEY_USERS\.DEFAULT\Control Panel\Colors]
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
"Hilight"="128 128 128" ; [Gray]
"HotTrackingColor"="128 128 128"
"MenuHilight"="128 128 128"
"ActiveBorder"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Background"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=dword:00000001 ; AveYo: enable pure black logon on 11
"DisableLogonBackgroundImage"=dword:00000001 ; solid color logon
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization]
"PersonalColors_Background"="#000000" ; AveYo: this is what was missing to make Ctrl+Alt+Del background black as well
"PersonalColors_Accent"=-
"NoLockScreen"=dword:00000001 ; remove lock screen
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
; done - log off and back on to see all changes
Windows Registry Editor Version 5.00
; Salmon Red Not Theme preset by AveYo, AccentPalette idea by /u/Egg-Tricky
; for Ctrl+Alt+Del, Logon, Taskbar, Start Menu, Action Center (10 & 11)
; revised 2022-06-16: show active taskbar button in accent color
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
ff,00,00,aa,\ ; Links in action center and apps
ff,00,00,aa,\ ; Taskbar icons underline
ff,00,00,aa,\ ; Start button hover
ff,00,00,aa,\ ; Settings icons and links [Red]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar, where [aabbggrr] aa = alpha, ignored
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
ff,00,00,aa,\ ; Links in action center and apps, where [rr,gg,bb,aa] aa = alpha, ignored
ff,00,00,aa,\ ; Taskbar icons underline
ff,00,00,aa,\ ; Start button hover
ff,00,00,aa,\ ; Settings icons and links [Red]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"ForceEffectMode"=dword:00000001 ; Dark Start and Taskbar while Transparency is on - needed for highlight active button
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000001 ; Transparency [x] needed for highlight active button
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000001 ; Transparency [x] needed for highlight active button
[-HKEY_CURRENT_USER\Control Panel\Colors]
[HKEY_CURRENT_USER\Control Panel\Colors]
"Hilight"="255 0 0" ; [Red]
"HotTrackingColor"="255 0 0"
"MenuHilight"="255 0 0"
"ActiveBorder"="0 0 0"
[-HKEY_USERS\.DEFAULT\Control Panel\Colors]
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
"Hilight"="255 0 0" ; [Red]
"HotTrackingColor"="255 0 0"
"MenuHilight"="255 0 0"
"ActiveBorder"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Background"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=dword:00000001 ; AveYo: enable pure black logon on 11
"DisableLogonBackgroundImage"=- ; keep logon picture - separate y_solid_color_lockscreen.reg provided
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization]
"PersonalColors_Background"="#000000" ; AveYo: this is what was missing to make Ctrl+Alt+Del background black as well
"PersonalColors_Accent"=-
"NoLockScreen"=- ; keep lock screen - separate y_no_lockscreen.reg provided
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
; done - log off and back on to see all changes
Windows Registry Editor Version 5.00
; Violet Black Theme preset by AveYo, AccentPalette idea by /u/Egg-Tricky
; for Ctrl+Alt+Del, Logon, Taskbar, Start Menu, Action Center (10 & 11)
; revised 2022-06-16: show active taskbar button in accent color
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
b5,66,ff,aa,\ ; Links in action center and apps
6c,3a,98,aa,\ ; Taskbar icons underline
8a,2c,dd,aa,\ ; Start button hover
9d,5c,d6,aa,\ ; Settings icons and links [Blue]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar, where [aabbggrr] aa = alpha, ignored
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10
"AccentPalette"=hex:\
b5,66,ff,aa,\ ; Links in action center and apps, where [rr,gg,bb,aa] aa = alpha, ignored
6c,3a,98,aa,\ ; Taskbar icons underline
8a,2c,dd,aa,\ ; Start button hover
9d,5c,d6,aa,\ ; Settings icons and links [Blue]
00,00,00,aa,\ ; Startmenu background / Active taskbar button - IF "EnableTransparency"=dword:00000000
00,00,00,aa,\ ; Taskbar front and Folders on start list background [None]
00,00,00,aa,\ ; Taskbar background - IF "EnableTransparency"=dword:00000001
00,00,00,aa ; Unused
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000000 ; Show accent color on Title bars and window borders []
"AccentColor"=dword:aa000000 ; Active title bars - black unsupported in the UI but works with AccentPalette
"AccentColorInactive"=dword:aa202020 ; Inactive title bars
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"ForceEffectMode"=dword:00000001 ; Dark Start and Taskbar while Transparency is on - needed for highlight active button
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000001 ; Transparency [x] needed for highlight active button
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001 ; Show accent color on Start, taskbar and action center [x]
"AppsUseLightTheme"=dword:00000000 ; Apps mode [Dark]
"SystemUsesLightTheme"=dword:00000000 ; Windows mode [Dark]
"EnabledBlurBehind"=dword:00000000 ; Blur []
"EnableTransparency"=dword:00000001 ; Transparency [x] needed for highlight active button
[-HKEY_CURRENT_USER\Control Panel\Colors]
[HKEY_CURRENT_USER\Control Panel\Colors]
"Hilight"="181 102 255" ; [Violet]
"HotTrackingColor"="181 102 255"
"MenuHilight"="181 102 255"
"ActiveBorder"="0 0 0"
[-HKEY_USERS\.DEFAULT\Control Panel\Colors]
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
"Hilight"="181 102 255" ; [Violet]
"HotTrackingColor"="181 102 255"
"MenuHilight"="181 102 255"
"ActiveBorder"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Background"="0 0 0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=dword:00000001 ; AveYo: enable pure black logon on 11
"DisableLogonBackgroundImage"=- ; keep logon picture - separate y_solid_color_lockscreen.reg provided
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization]
"PersonalColors_Background"="#000000" ; AveYo: this is what was missing to make Ctrl+Alt+Del background black as well
"PersonalColors_Accent"=-
"NoLockScreen"=- ; keep lock screen - separate y_no_lockscreen.reg provided
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
; done - log off and back on to see all changes
* text=auto
* eol=crlf
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001 ; no lockscreen entirely
Windows Registry Editor Version 5.00
; undo Pitch Black Theme preset
; you can reapply your previous accent from the list of recent colors
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\DWM]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[-HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
[-HKEY_CURRENT_USER\Control Panel\Colors]
[-HKEY_USERS\.DEFAULT\Control Panel\Colors]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Background"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=-
"DisableLogonBackgroundImage"=-
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization]
"PersonalColors_Background"=-
"PersonalColors_Accent"=-
"NoLockScreen"=-
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
; done - log off and back on to see all changes
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableLogonBackgroundImage"=dword:00000001 ; solid color logon
@Sneakyshadow1
Copy link

Sneakyshadow1 commented Feb 26, 2025

I just installed violet verison on win 11 24h2 no issues so far and works. thanks for your work with this
made a restore point beforehand just in-case

@PadowYT2
Copy link

Tested on W11 22H2, works fine, although I have a problem - "device theme" tells me I have a white theme and not a black one.

https://cdn.padow.ru/m6KEc

same thing on website (and probably in other apps)

@Hlomatsimaxwell
Copy link

image
It works and all but is there a way to mall system apps amoled color?

@bindi
Copy link

bindi commented Apr 27, 2025

I changed to 10bpc color and noticed that the start menu is gray instead of black. In the screenshot above my post you can already see a slight difference, but for me it's even more noticeable now with 10bpc.

I had to take an actual photo to show how gray it is, because for some reason(?) it turns darker when I engage the snipping tool.

Edit: figured out why it looked a bit weird elsewhere too, this was the cause https://old.reddit.com/r/OLED_Gaming/comments/1hexre7/why_does_enabling_10_bit_colors_wash_out_the/m288oc0/
However I'd still say the start menu is not really pure black, there's a slight difference <.<

startmenu

@wigwoo1
Copy link

wigwoo1 commented Aug 30, 2025

image It won't let me apply any of the Registry files

@Babirych
Copy link

Babirych commented Oct 5, 2025

works umazing on win11 25h2

@PartyCrashSquad
Copy link

Man, I've been trying to do this on my own for a little while now.

Decoding the AccentPalette is what did the trick. This works great.

However, has anyone figured out how to change the color of the active/inactive app window?

I can't figure that one out. For example, my File Explorer window title and background are still that ugly grey.

I've tried editing DWM, Explorer/Accent, Themes/Personalize, etc. and I just cannot figure this out.

This would fully complete the pitch black look I and I'm sure everyone here, wants.

@GalaxyGaming2000
Copy link

GalaxyGaming2000 commented Dec 8, 2025

Man, I've been trying to do this on my own for a little while now.

Decoding the AccentPalette is what did the trick. This works great.

However, has anyone figured out how to change the color of the active/inactive app window?

I can't figure that one out. For example, my File Explorer window title and background are still that ugly grey.

I've tried editing DWM, Explorer/Accent, Themes/Personalize, etc. and I just cannot figure this out.

This would fully complete the pitch black look I and I'm sure everyone here, wants.

AFAIK, theres no known way to change uwp/winUI app windows which is what most default windows apps use nowadays, however you can set the colors for normal apps but im guessing you already knew that (original script does that)

Closest thing i have gotten to changing uwp/winUI app titles is to use a high contrast theme but these change alot more than desired (such as adding thick borders and changing styles of ui elements in general)

(also if you are gonna try mess with high contrast themes you might wanna backup your current values, im not sure if it will revert any changes this script makes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment