windows上终端的配色方案

参考github上的指导,使用regedit /s *.reg的方式,然后使用win + r 打开就可以看到效果。

Finally figured out how to make it work. The registry key should be set as HKEY_CURRENT_USER\Console%SystemRoot%_System32_bash.exe or HKEY_CURRENT_USER\Console%SystemRoot%_system32_cmd.exe instead of HKEY_CURRENT_USER\Console in the *.reg files.

Also the command prompt or bash should be started via win + r instead of win + s, and then the theme configuration could be loaded successfully.

参考:针对Win10上的Linux子系统优化CMD的配色及字体

github/cmd-colors-solarized

windows上终端的配色方案