Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add `ui.statusline.inactive`, use `ui.statusline` for statusline text | wojciechkepka | 2021-06-18 |
| | |||
* | Add theme key for selected line number | Gokul Soumya | 2021-06-16 |
| | | | | | | | | | | | Adds `ui.linenr.selected` which controls highlight of linu numbes which have cursors on. - Fallback to linenr if linenr.selected is missing - Update docs and themes - Add TODOs for themes with temporary linenr.selected | ||
* | Add ui.selection to theme.toml | Gokul Soumya | 2021-06-14 |
| | | | | | Enables changing the color of the selection which was previously hard coded. | ||
* | Change help prompt styling | Blaž Hrastnik | 2021-06-01 |
| | |||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
| | |||
* | Adjust highlighting for rust. | Blaž Hrastnik | 2021-05-16 |
| | |||
* | Define text color (mostly) in theme.toml. | Blaž Hrastnik | 2021-05-07 |
| | |||
* | Fix C highlighting inconsistencies. | Blaž Hrastnik | 2021-04-23 |
| | |||
* | Highlight metavariables ($var) inside rust macros. | Blaž Hrastnik | 2021-04-14 |
| | |||
* | Render a separator between vertical splits. | Blaž Hrastnik | 2021-04-08 |
| | |||
* | Add a python language definition. | Blaž Hrastnik | 2021-04-07 |
| | |||
* | Add c++, js, css, html language definitions. | Blaž Hrastnik | 2021-04-07 |
| | |||
* | Load theme from toml file. | Blaž Hrastnik | 2021-03-25 |