From 319b59740e43795f4f86e8022ad16fc52a5635e7 Mon Sep 17 00:00:00 2001 From: cieplik Date: Fri, 24 Sep 2021 17:07:54 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa1e27..cd6ca56 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ struct Colors { `Color` is an RGB color that's serialized to / deserialized from hexadecimal color representation. It starts with '#'. First elements, `background`, `foreground`, `accent` and `details` are Warp-specific. -Accent color is the one used for highlights in Warp's UI, while `details` describe what detailing options in our UI should we pick for the given theme. Options are `darker` (perfect for dark themes) or `lighter` (perfect for light-mode themes). +Accent color is the one used for highlights in Warp's UI, while `details` describe what detailing options in our UI should we pick for the given theme. Options are `darker` (perfect for dark themes) or `lighter` (perfect for light-mode themes). +`TerminalColors` represents the collection of normal & bright colors (16 total) known from other terminal themes (ansi colors). `WarpTheme` is represented in yaml files.