From a8185c1871005e2642323195d641e7bf0dfbb0d2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 22 Feb 2024 09:59:48 -0700 Subject: [PATCH] Add note about color schemes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.