Add note about color schemes

This commit is contained in:
Jeremy Soller 2024-02-22 09:59:48 -07:00
parent 89e1dcb83a
commit a8185c1871
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -4,3 +4,8 @@ WIP COSMIC terminal emulator, built using [alacritty\_terminal](https://docs.rs/
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`.
## Color Schemes
Custom color schemes can be imported from the View -> Color Schemes... menu item.
You can find templates for color schemes in the [color-schemes](color-schemes) folder.