John Sun 23e6bd5dd7
fix: Restore support for dictionary-typed theme setup parameter (#162)
* 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
2021-04-08 09:52:57 +02:00
..
2021-04-07 02:34:36 +02:00
2021-03-31 03:35:38 +02:00
2021-04-07 02:34:36 +02:00
2021-04-07 02:34:36 +02:00