diff options
| author | ruki <[email protected]> | 2019-01-02 22:57:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-02 11:47:59 +0800 |
| commit | 9c4e0ba825b9035236fe063daf6e5dbfbe20ca04 (patch) | |
| tree | c1876a147ecfaaeb34fd976569b5e18812722ccd /xmake/themes/plain/xmake.lua | |
| parent | f4ba9c2b6f85ce5d8b959714d8beaae9f03e4fe0 (diff) | |
fix color.build.progress style
Diffstat (limited to 'xmake/themes/plain/xmake.lua')
| -rw-r--r-- | xmake/themes/plain/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/themes/plain/xmake.lua b/xmake/themes/plain/xmake.lua index 457559bd0..230927720 100644 --- a/xmake/themes/plain/xmake.lua +++ b/xmake/themes/plain/xmake.lua @@ -38,4 +38,4 @@ theme("plain") set_color("verbose.warning", "") -- the color of the building progress - set_color("build.progress", "") + set_color("color.build.progress", "") |
