Replies: 4 comments 4 replies
-
I just hope you don't go down the same path as Ethos with their terrible colour combinations of Black and Yellow, Black and Orange even if you stay with the current ETX colours , they are much easier on the eyes than the "crap" Ethos colors. |
Beta Was this translation helpful? Give feedback.
-
I was also wondering why aren't you going with the same colour options as OTX with RGB plus black and white so then you are able to select any colour you want with picking the colour numbers . |
Beta Was this translation helpful? Give feedback.
-
Juhuu, check all PR #540 by @jfrickmann ! |
Beta Was this translation helpful? Give feedback.
-
Yes, I will be happy to support this one to my best ability with C++! |
Beta Was this translation helpful? Give feedback.
-
Okay so highest time to craft 2.5 features :)
First step
To achieve Customisable Color sheme we need to review color constants in C++ code and reduce them to 10 primary so called 'OS colors'.
Then if needed to preserve backward compatibility for LUA scripts we may code constants mapping
ie TEXT_ COLOR -> OS_COLOR_PRIMARY1, TEXT_BGCOLOR -> OS_COLOR_SECONDARY1 etc
Second step
In the meantime I will design color picker pop-up to be included as one of 'data type entering' pop-ups
Third step
Last but not least we rework Themes Tab to accommodate predefined or custom crafted Color Schemes
So looking for C++ coding soul mate to progress :)
Beta Was this translation helpful? Give feedback.
All reactions