Richard Yu

Results 146 comments of Richard Yu

可能是 #70 所述的问题,可以参考[这个方案](https://github.com/ysc3839/FontMod/issues/70#issuecomment-882069692)。

刚刚试了一下,明明能正常运行…… 有边框不太好看,然后桌面通知有点烦人……

Personally I suggest using C++ to rewrite since there's no need to worry about API declaration, and it's easier to make it run as a service. Someone may say that...

@pbatard > was that there doesn't appear to exist a win32 API that allows you to get the actual colour for button faces, button borders, etc. Can you explain why...

@pbatard But Microsoft doesn't use Immersive Color for Win32 controls dark mode. They just use a dark theme to render control. You can see my project https://github.com/ysc3839/win32-darkmode for example.

@pbatard You can use https://github.com/nptr/msstyleEditor to see how those themes looks like, their name starts with `DarkMode_`. ![image](https://user-images.githubusercontent.com/12028138/121189617-d80b3a80-c89c-11eb-964c-7f017477da11.png) And that's why you can't get the actual colour for button faces,...

@Shad0wpf 不能,作者说过以后会提供插件功能,到时候就有可能实现了

Related discussion in ConEmu. https://github.com/Maximus5/ConEmu/issues/468