diff --git a/README.md b/README.md index b74dbbe..1215448 100644 --- a/README.md +++ b/README.md @@ -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.