aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/theme.rs
Commit message (Expand)AuthorAge
* make underline_style a seperate optionPascal Kuthe2022-10-01
* Add separate color for underlinesA-Walrus2022-10-01
* Add live preview to theme picker (#1798)Joe2022-07-05
* Fallback to broader scope if theme scope not found (#1714)Gokul Soumya2022-03-04
* Put some tests behind #[cfg(test)] (#1459)Benoît Cortier2022-01-08
* Use `base16_tty` as 16-color default, fix theme nameOmnikar2021-12-13
* change to .unwrap_or_default() and fix ui.window and ui.statuslineNNB2021-12-13
* Update theme.rsNNB2021-12-13
* Load alt default theme if true color is not supportedOmnikar2021-12-13
* Annotate Theme::highlight with #[inline]Blaž Hrastnik2021-12-01
* ui: Optimize tree-sitter style lookupsBlaž Hrastnik2021-12-01
* Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
* fix: Merge default palette with user paletteGokul Soumya2021-09-05
* feat: Default theme palette using 16 terminal colorsGokul Soumya2021-09-05
* Refactor theme parsing (#570)Gokul Soumya2021-08-12
* Color palettes (#393)Jakub Bartodziej2021-06-30
* Simplify selection rendering by injecting highlight scopesBlaž Hrastnik2021-06-27
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Add themes loaderwojciechkepka2021-06-19
* Add theme key for selected line numberGokul Soumya2021-06-16
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* clippy lintBlaž Hrastnik2021-05-06
* Clippy lintBlaž Hrastnik2021-03-25
* Load theme from toml file.Blaž Hrastnik2021-03-25
* clippy lintsBlaž Hrastnik2021-03-22
* ui: Syntax highlight code inside markdown popups.Blaž Hrastnik2021-03-16
* Use diagnostic.severity to distinguish between error colors.Blaž Hrastnik2021-03-11
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09
* Total mess but it works: diagnostic marking.Blaž Hrastnik2020-12-03
* clippy warningsBlaž Hrastnik2020-09-29
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21