mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
Update README.md
This commit is contained in:
parent
826058cf9a
commit
319b59740e
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue