Correct color names and hexadecimal codes #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello, Peter.
I propose to correct the color names and hex codes according to base colors from
https://en.wikipedia.org/wiki/Web_colors
I think all hardware manufacturers are guided by these hex values.
Also, some used color codes are unsafe if RGB565 or RGB444 converting used.
100=0x64 and 90=0x5A will lose the lowest bits when converting to RGB565 or RGB444.
I am not sure about the synonyms of colors. Probably they are not needed.
I haven't changed yet the else part of color definitions.
This pull request leads to some corrections in documentation and code due to the change in user colors.
Also, I propose to develop several color schemes similar to those used in editors with good contrast and readable.
I want to know your opinion on the main.
WIP