diff options
| author | ruki <[email protected]> | 2021-01-28 22:33:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-28 22:33:33 +0800 |
| commit | e56cc81ffb76de67cd6807d33cae7c01c147a851 (patch) | |
| tree | 0a8219798c47f26d682164bc619490059f9026f4 | |
| parent | 72673d7d9c5d800b8ea29e645c05a118f3ab7059 (diff) | |
fix default theme
| -rw-r--r-- | xmake/themes/default/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/themes/default/xmake.lua b/xmake/themes/default/xmake.lua index 7c884237e..3434c6e03 100644 --- a/xmake/themes/default/xmake.lua +++ b/xmake/themes/default/xmake.lua @@ -77,7 +77,7 @@ theme("default") set_color("dump.function", "cyan") -- menu - if is_subhost("widows") and os.term() == "powershell" then + if is_subhost("windows") and os.term() == "powershell" then set_color("menu.main.task.name", "cyan bright") set_color("menu.option.name", "green bright") else |
