Hello,
I found a problem with editor colors in CodeTyphon Studio 8.70.
**System information:**
- CodeTyphon Studio version: 8.70 64
- Operating system: Windows 10 (64-bit)
- CPU/Architecture: [your CPU info, e.g. Intel i7 / x86_64]
**Description of the problem:**
When I set custom editor colors via:
Settings → Options → Editor → Display → Colors
there is no change in the editor view when **Highlight** is set to TRUE — it always uses some default color scheme.
When I set **Highlight** to FALSE, the editor displays white text on a black background, ignoring my custom color settings.
This worked correctly in previous versions — color changes in the settings were immediately reflected in the editor.
**Steps to reproduce:**
1. Open CodeTyphon Studio 8.70.
2. Go to Settings → Options → Editor → Display → Colors.
3. Set custom colors (for text, background, syntax elements, etc.).
4. Set Highlight = TRUE.
5. Observe that colors in the editor do not change and remain default.
6. Set Highlight = FALSE.
7. Observe that the editor changes to white text on black background, still ignoring the configured colors.
**Expected result:**
Editor should apply the selected colors when I modify them in the settings, regardless of Highlight = TRUE or FALSE.
**Actual result:**
- Highlight = TRUE → default color scheme is always used. (CT02)
- Highlight = FALSE → white text on black background is always used. (CT03)
**Screenshots:**
(see attached images below)
CT01, CT02, CT03