mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add <ca> to MDTextArea
This commit is contained in:
parent
3fec377e96
commit
ca683faf45
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ Result<ccColor3B> colorForIdentifier(std::string const& tag) {
|
|||
}
|
||||
else {
|
||||
switch (colorText.front()) {
|
||||
case 'a': return Ok(cc3x(0x9632ff)); break;
|
||||
case 'b': return Ok(cc3x(0x4a52e1)); break;
|
||||
case 'g': return Ok(cc3x(0x40e348)); break;
|
||||
case 'l': return Ok(cc3x(0x60abef)); break;
|
||||
|
|
Loading…
Reference in a new issue