23e6bd5dd7
* support passing in dictionary as theme definition Allows setting up lualine with a theme dictionary like: ```lua setup{ theme = { normal = {...}; insert = { ... }; } } ``` this was the original behaviour before 37a3b8cc. * comment