diff options
Diffstat (limited to 'vis.lua')
| -rw-r--r-- | vis.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -416,3 +416,5 @@ vis.events.win_status = function(win) local right = ' ' .. table.concat(right_parts, " « ") .. ' ' win:status(left, right); end + +vis.events.theme_change((not vis.ui or vis.ui.colors <= 16) and "default-16" or "default-256") |
