Add Green, Orange and Red colors

This commit is contained in:
Vyn 2024-11-04 10:47:51 +01:00
parent 00857b287f
commit 9a75d946f8
2 changed files with 8 additions and 1 deletions

View file

@ -20,6 +20,9 @@ struct Palette {
Color pane;
Color foreground;
Color foregroundHint;
Color green;
Color orange;
Color red;
};
std::optional<Palette> parseJson(const std::string &path);