文章目录
https://techwafer.com/use-windows-10-with-a-full-dark-theme/
原作者:ADEEL YOUNAS
Windows 10确实自带了一个暗色主题,但这个主题并不是所有用户所期望的那种,主要是因为这种 “暗色”UI只指
某些元素,比如任务栏和一些预装应用起作用。除此之外,系统中的的许多部分仍然采用了默认的白色外观,因此需要进一步调整才能在整个操作系统中启用黑暗主题。
幸运的是,DeviantArt用户eversins找到了一种在Windows 10中使用黑暗主题的方法,这种主题也适用于之前使用原始UI的应用程序。
最棒的是,你不需要修改系统或调整注册表来应用它,你甚至可以手动创建主题文件来启用暗色UI。
展示
创建主题文件
创建你自己的主题文件来启用暗色用户界面一点也不难,你只需要创建一个文本文件,复制下面的代码并粘贴进去。
文件的扩展名必须是.theme。
代码
; Copyright (C) Microsoft Corp.
;Theme by http://eversins.deviantart.com/
[Theme]
; Windows - IDS_THEME_DISPLAYNAME_AERO
DisplayName=AllDarkEveV2
ThemeId={30C467D0-E8DB-46AC-BC88-C9A157F57D63}
[Control PanelDesktop]
PicturePosition=4
[VisualStyles]
Path=%SystemRoot%ResourcesThemesAeroAeroLite.msstyles
ColorStyle=NormalColor
Size=NormalSize
AutoColorization=0
ColorizationColor=0X7F000000
VisualStyleVersion=10
HighContrast=3
[MasterThemeSelector]
MTSM=RJSPBS
[Control PanelColors]
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
保存好后,将其复制到以下路径:
%LOCALAPPDATA%MicrosoftWindowsThemes
只需双击新创建的.theme文件,就大功告成了。
通过www.DeepL.com/Translator(免费版)翻译