helix-mods/helix-view/src
Jakub Bartodziej 79f096963c
Color palettes (#393)
* Enable using color palettes in theme files.

* Add an example theme defined using a gruvbox color palette.

* Fix clippy error.

* Small style improvement.

* Add documentation for the features to themes.md.

* Update runtime/themes/gruvbox.toml

Fix the value of purple0.

Co-authored-by: DrZingo <DrZingo@users.noreply.github.com>

Co-authored-by: DrZingo <DrZingo@users.noreply.github.com>
2021-06-30 23:24:30 +09:00
..
clipboard.rs Added native Windows clipboard support (#373) 2021-06-30 17:11:56 +09:00
document.rs Make Document's format API a little nicer. 2021-06-30 17:08:50 +09:00
editor.rs Make formatting happen asynchronously. 2021-06-30 17:08:50 +09:00
graphics.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
input.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
keyboard.rs fix: crossterm -> input key conversion 2021-06-25 13:13:15 +09:00
lib.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
macros.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Color palettes (#393) 2021-06-30 23:24:30 +09:00
tree.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
view.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00