Windows 10 Hidden Dark Theme

Discussion in 'Windows 10' started by raalleja, Aug 11, 2015.

Tags:
  1. raalleja

    raalleja MDL Novice

    Jun 4, 2015
    1
    13
    0
    If you like dark themes you can try this to enable the one built in in Windows 10.


    • Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize, create a DWORD value named “AppsUseLightTheme” with the value of “0”.
    • Under HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize, create a DWORD value named “AppsUseLightTheme” with a value of “0”.


    Log out and log back in, or restart your computer.


    Enjoy!
     
  2. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    Many thanks :D
     
  3. vuze4u

    vuze4u MDL Member

    Apr 24, 2010
    140
    36
    10
    HKCU works for me, the other one not. Nice find though.
     
  4. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    My settings page is dark :D

    looks pretty sexy if you ask me :D
     
  5. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,719
    6,741
    270
    screenshot please? :D
     
  6. vuze4u

    vuze4u MDL Member

    Apr 24, 2010
    140
    36
    10
    Oh now the Minimize and Resize button symbol are harder to see o_O
     
  7. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,719
    6,741
    270
    OH slick. Thanks :D
     
  8. darkodar

    darkodar MDL Addicted

    Feb 12, 2013
    673
    201
    30
    Good work :drinks2:
     
  9. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    Thanks, I like it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Rayn19

    Rayn19 MDL Novice

    Aug 12, 2012
    27
    15
    0
    #11 Rayn19, Aug 11, 2015
    Last edited by a moderator: Apr 20, 2017
    An easier way would be to use powershell (No need to log off). Open powershell as admin, and enter:
    Code:
    New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
    To Undo:
    Code:
    Remove-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme
     
  11. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    I am going to have to test this.

    :cool:
     
  12. hceeler

    hceeler MDL Member

    Aug 21, 2008
    213
    41
    10
    #15 hceeler, Aug 11, 2015
    Last edited by a moderator: Apr 20, 2017
    i think this (and other colors) can be "played with" by changing key values on

    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard
    I'm not sure though, will try it later on today, you can use hex ( ffffff, or c0c0c0...etc)
     
  13. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
    I changed only the first registry key and I don't see nothing dark. I know the second registry change the color, but what do the first ?
     
  14. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Any way to change explorers background to dark too?