helix-mirror/runtime
Joel 0018545263 fix: remove duplicated ui.help in themes
the bottom value is used, so i've removed the top `ui.help` values from all themes

also, the values are not merged, so:

```toml
"ui.help" = { modifiers = ["reversed"] }
"ui.help" = { fg = "white", bg = "black" }
```

is equal to:

```toml
"ui.help" = { fg = "white", bg = "black" }
```
2022-05-22 18:36:51 +09:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries Add Scheme support 2022-05-22 00:01:07 +09:00
themes fix: remove duplicated ui.help in themes 2022-05-22 18:36:51 +09:00
tutor.txt Extend tutor file (#2133) 2022-04-29 09:52:11 +08:00