| Commit message (Expand) | Author | Age |
* | Add rainbow indentation guides | JJ | 2023-11-01 |
* | Add rainbow tree-sitter highlights | JJ | 2023-11-01 |
* | Add tree-sitter-highlight-name command (#8170) | Luke Halasy | 2023-09-10 |
* | Rename reset to default (#8114) | chtenb | 2023-08-30 |
* | add `reset` to the color palette (#8083) | West | 2023-08-29 |
* | Allow ANSI colors in themes (#5119) | tomleb | 2023-06-19 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | fix: Typo in variable name (#5710) | LeoniePhiline | 2023-01-27 |
* | Fix clippy 1.67 warnings (#5697) | Miguel Madrid-Mencía | 2023-01-27 |
* | Refactor toml::Value->Theme conversion | Michael Davis | 2023-01-24 |
* | Fix compatibility with toml 0.6.0 | Michael Davis | 2023-01-24 |
* | Switch from toml::from_slice to toml::from_str (#5659) | Pascal Kuthe | 2023-01-24 |
* | Fix theme inheritance for default themes (#5218) | jliaoh | 2022-12-30 |
* | Improve error message handling for theme loading failures (#5073) | Michael Davis | 2022-12-15 |
* | commands: Make no arg ':theme' show name (#3740) | James O. D. Hunt | 2022-10-26 |
* | Merge pull request #4061 from pascalkuthe/undercurl-modifier | Blaž Hrastnik | 2022-10-19 |
|\ |
|
| * | merge underline-style and underline-color into a single table | Pascal Kuthe | 2022-10-13 |
| * | adress review comments | Pascal Kuthe | 2022-10-11 |
| * | make casing consistent with other configuration | Pascal Kuthe | 2022-10-06 |
| * | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
| * | Add separate color for underlines | A-Walrus | 2022-10-01 |
* | | Add cursorcolumn (#4084) | A-Walrus | 2022-10-08 |
* | | Inherit theme (#3067) | Christoph Schmidler | 2022-10-03 |
|/ |
|
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | Fallback to broader scope if theme scope not found (#1714) | Gokul Soumya | 2022-03-04 |
* | Put some tests behind #[cfg(test)] (#1459) | Benoît Cortier | 2022-01-08 |
* | Use `base16_tty` as 16-color default, fix theme name | Omnikar | 2021-12-13 |
* | change to .unwrap_or_default() and fix ui.window and ui.statusline | NNB | 2021-12-13 |
* | Update theme.rs | NNB | 2021-12-13 |
* | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 |
* | Annotate Theme::highlight with #[inline] | Blaž Hrastnik | 2021-12-01 |
* | ui: Optimize tree-sitter style lookups | Blaž Hrastnik | 2021-12-01 |
* | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
* | fix: Merge default palette with user palette | Gokul Soumya | 2021-09-05 |
* | feat: Default theme palette using 16 terminal colors | Gokul Soumya | 2021-09-05 |
* | Refactor theme parsing (#570) | Gokul Soumya | 2021-08-12 |
* | Color palettes (#393) | Jakub Bartodziej | 2021-06-30 |
* | Simplify selection rendering by injecting highlight scopes | Blaž Hrastnik | 2021-06-27 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Add themes loader | wojciechkepka | 2021-06-19 |
* | Add theme key for selected line number | Gokul Soumya | 2021-06-16 |
* | theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) | Ingrid | 2021-06-06 |
* | clippy lint | Blaž Hrastnik | 2021-05-06 |
* | Clippy lint | Blaž Hrastnik | 2021-03-25 |
* | Load theme from toml file. | Blaž Hrastnik | 2021-03-25 |
* | clippy lints | Blaž Hrastnik | 2021-03-22 |
* | ui: Syntax highlight code inside markdown popups. | Blaž Hrastnik | 2021-03-16 |
* | Use diagnostic.severity to distinguish between error colors. | Blaž Hrastnik | 2021-03-11 |