Update README.md

This commit is contained in:
cieplik 2021-09-24 17:07:54 -07:00 committed by GitHub
parent 826058cf9a
commit 319b59740e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.