腳本之家曾經(jīng)在Win10早期預(yù)覽版階段介紹過如何開啟Win10暗黑主題的方法。當時的方法是通過修改注冊表實現(xiàn)的?,F(xiàn)在還有一種方法可以實現(xiàn)類似效果,只不過其中的黑色沒有之前黑的那么徹底,可能視覺上更舒服一些。
設(shè)置使用的文件下載:百度網(wǎng)盤點擊下載
▲效果圖
方法不難,具體如下:
1、新建一個文本文檔
2、將下列代碼復(fù)制到其中(注意不要遺漏):
復(fù)制內(nèi)容到剪貼板
- ; Copyright © Microsoft Corp.
-
- [Theme]
-
- ; Windows - IDS_THEME_DISPLAYNAME_AERO
-
- DisplayName=AllDarkEveV2
-
- ThemeId={30C467D0-E8DB-46AC-BC88-C9A157F57D63}
-
- [Control Panel\Desktop]
-
- PicturePosition=4
-
- [VisualStyles]
-
- Path=%SystemRoot%\Resources\Themes\Aero\AeroLite.msstyles
-
- ColorStyle=NormalColor
-
- Size=NormalSize
-
- AutoColorization=0
-
- ColorizationColor=0X7F000000
-
- VisualStyleVersion=10
-
- HighContrast=3
-
- [MasterThemeSelector]
-
- MTSM=RJSPBS
-
- [Control Panel\Colors]
-
- ActiveBorder=45 45 45
-
- ActiveTitle=45 45 45
-
- AppWorkspace=45 45 45
-
- Background=45 45 45
-
- ButtonAlternateFace=192 192 192
-
- ButtonDkShadow=45 45 45
-
- ButtonFace=45 45 45
-
- ButtonHilight=45 45 45
-
- ButtonLight=45 45 45
-
- ButtonShadow=128 128 128
-
- ButtonText=220 220 220
-
- GradientActiveTitle=128 0 128
-
- GradientInactiveTitle=0 128 0
-
- GrayText=128 128 128
-
- Hilight=128 128 128
-
- HilightText=252 252 252
-
- HotTrackingColor=220 220 220
-
- InactiveBorder=45 45 45
-
- InactiveTitle=45 45 45
-
- InactiveTitleText=192 192 192
-
- InfoText=255 255 255
-
- InfoWindow=45 45 45
-
- Menu=45 45 45
-
- MenuBar=45 45 45
-
- MenuHilight=128 0 128
-
- MenuText=255 255 255
-
- Scrollbar=45 45 45
-
- TitleText=220 220 220
-
- Window=45 45 45
-
- WindowFrame=45 45 45
-
- WindowText=220 220 220
3、另存為“.theme”格式,保存類型為“所有文件”,編碼選擇Unicode,文件名前綴任意,如下圖——
4、將該文件放置到如下位置:C:\Users\(你的用戶名)\AppData\Local\Microsoft\Windows\Themes
5、雙擊運行即可
注意:
該主題應(yīng)用過程中,可能會出現(xiàn)停在“請稍候”界面,此時為“假死”,可按Ctrl+Alt+Del鍵調(diào)出控制界面,選擇“鎖定”,解鎖后可回到系統(tǒng),不影響剛才的程序。如果發(fā)現(xiàn)此時主題沒有應(yīng)用,在個性化→主題→主題設(shè)置中可以選擇AllDarkEveV2來應(yīng)用主題(如上圖),此時應(yīng)該不會出現(xiàn)“假死”狀況。
腳本之家已經(jīng)把制作好的主題文件上傳到網(wǎng)盤,你可以直接下載使用:網(wǎng)盤地址。
相關(guān)推薦:
win10系統(tǒng)自帶的漂亮主題該怎么備份?
win10正式版暗藏黑色主題模式怎么開啟?
win10正式版任務(wù)欄和操作中心總是黑色不能變色該怎么辦?