You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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" }
```
2 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries Add Scheme support 2 years ago
themes fix: remove duplicated `ui.help` in themes 2 years ago
tutor.txt Extend tutor file (#2133) 2 years ago