Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add diff.{plus,minus,delta} to themes | Michael Davis | 2021-12-25 |
| | |||
* | Add link and quote queries for markdown | Gokul Soumya | 2021-12-19 |
| | | | | | | | | | - Rename markup.underline.link to markup.link.url - Add markup.link.label - Add markup.quote (The constructor theme scope was missing from the docs, so unrelated to this commit). | ||
* | Add markdown grammar | Blaž Hrastnik | 2021-12-14 |
| | | | | Fixes #215 | ||
* | fix: #896 broke some of the default highlights | Blaž Hrastnik | 2021-11-08 |
| | |||
* | Updated tree-sitter query scopes (#896) | Kirawi | 2021-11-03 |
| | | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml | ||
* | Revert parameter underlining on default theme | Blaž Hrastnik | 2021-09-17 |
| | | | | | | I like it, but it clashes with diagnostics underlines since we can't color them differently in the terminal. If undercurl support is sufficient enough I'd consider changing diagnostics to use that instead. | ||
* | Improve docs, fix up a few highlight scopes | Blaž Hrastnik | 2021-09-07 |
| | |||
* | syntax: Add go & rust locals, improve tree-sitter error message | Blaž Hrastnik | 2021-09-06 |
| | |||
* | ui: Tone down the preview highlight by adding a new scope | Blaž Hrastnik | 2021-08-24 |
| | |||
* | ui: Refactor styling a bit, ensure infobox is stylable | Blaž Hrastnik | 2021-08-20 |
| | |||
* | Highlight (html) tags | Blaž Hrastnik | 2021-08-11 |
| | |||
* | Fix number highlighting | Blaž Hrastnik | 2021-07-14 |
| | |||
* | Clean up the default theme definition | Blaž Hrastnik | 2021-07-06 |
| | |||
* | ui: Use a box drawing character vertical line for splits | Blaž Hrastnik | 2021-06-29 |
| | |||
* | Turn diagnostics rendering into span injection too | Blaž Hrastnik | 2021-06-27 |
| | |||
* | Simplify selection rendering by injecting highlight scopes | Blaž Hrastnik | 2021-06-27 |
| | |||
* | Add default color for cursor match (#370) | Ivan Tham | 2021-06-25 |
| | | | | | | | | | * Add default color for cursor match Not all terminals support dim, for those terminal that does not support this (konsole, item2, wezterm), users cannot differentiate between match and primary cursor. So set a color for this. * Use alacritty dim color for match | ||
* | Remove duplicate properties from theme.toml | Alex Ryapolov | 2021-06-24 |
| | |||
* | Adjust default theme colors (insert/extend cursor) | Blaž Hrastnik | 2021-06-23 |
| | |||
* | Add ability to theme primary selecition | wojciechkepka | 2021-06-23 |
| | |||
* | 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 |