mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Also set fonts with registry file
This commit is contained in:
parent
0130810cf6
commit
0720f8945f
1 changed files with 10 additions and 2 deletions
12
docs/_static/console_colors.reg
vendored
12
docs/_static/console_colors.reg
vendored
|
@ -43,7 +43,11 @@ Windows Registry Editor Version 5.00
|
|||
"ColorTable14"=dword:0000FFFF
|
||||
"ColorTable15"=dword:00FFFFFF
|
||||
"ScreenColors"=dword:00000007
|
||||
"PopupColors"=dword: 000000f8
|
||||
"PopupColors" =dword:000000f8
|
||||
"FontFamily" =dword:00000036
|
||||
"FontSize" =dword:00100000
|
||||
"FontWeight" =dword:000002BC
|
||||
"FaceName" ="Consolas"
|
||||
|
||||
[HKEY_CURRENT_USER\Console\%SystemRoot%_cmd.exe]
|
||||
"ColorTable00"=dword:000A0A0A
|
||||
|
@ -63,4 +67,8 @@ Windows Registry Editor Version 5.00
|
|||
"ColorTable14"=dword:0000FFFF
|
||||
"ColorTable15"=dword:00FFFFFF
|
||||
"ScreenColors"=dword:00000007
|
||||
"PopupColors"=dword: 000000f8
|
||||
"PopupColors"=dword: 000000f8
|
||||
"FontFamily" =dword:00000036
|
||||
"FontSize" =dword:00100000
|
||||
"FontWeight" =dword:000002BC
|
||||
"FaceName" ="Consolas"
|
||||
|
|
Loading…
Add table
Reference in a new issue