mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-03 10:13:26 +00:00
Add Green, Orange and Red colors
This commit is contained in:
parent
00857b287f
commit
9a75d946f8
2 changed files with 8 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue