cosmic-terminal/README.md

12 lines
738 B
Markdown
Raw Normal View History

2023-12-17 10:24:31 -07:00
# cosmic-term
2026-02-06 11:48:46 -07:00
COSMIC terminal emulator, built using [alacritty\_terminal](https://docs.rs/alacritty_terminal) that is provided by the [alacritty](https://github.com/alacritty/alacritty) project. `cosmic-term` provides bidirectional rendering and ligatures with a custom renderer based on [cosmic-text](https://github.com/pop-os/cosmic-text).
2023-12-18 13:54:08 -07:00
The `wgpu` feature, enabled by default, supports GPU rendering using `glyphon`
and `wgpu`. If `wgpu` is not enabled or fails to initialize, then rendering falls
back to using `softbuffer` and `tiny-skia`.
2024-02-22 09:59:48 -07:00
## Color Schemes
2024-02-22 10:01:17 -07:00
Custom color schemes can be imported from the `View -> Color schemes...` menu item.
2024-02-22 09:59:48 -07:00
You can find templates for color schemes in the [color-schemes](color-schemes) folder.