diff options
| -rw-r--r-- | xmake/themes/powershell/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/themes/powershell/xmake.lua b/xmake/themes/powershell/xmake.lua index 7b030a3ef..7cfbf1ec1 100644 --- a/xmake/themes/powershell/xmake.lua +++ b/xmake/themes/powershell/xmake.lua @@ -19,7 +19,7 @@ -- -- define theme -theme("default") +theme("powershell") -- the success status set_text("success", "$ok") |
