You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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>
3 years ago
..
clipboard.rs Added native Windows clipboard support (#373) 3 years ago
document.rs Make Document's format API a little nicer. 3 years ago
editor.rs Make formatting happen asynchronously. 3 years ago
graphics.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
input.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
keyboard.rs fix: crossterm -> input key conversion 3 years ago
lib.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
macros.rs Replace `Editor::current` by a macro 3 years ago
register_selection.rs Implement missing Debug and update Cargo.lock 3 years ago
theme.rs Color palettes (#393) 3 years ago
tree.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
view.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago