View Single Post
Old 11-21-2016, 06:50 AM   #11
lucas_LCS
Human being with feelings
 
Join Date: Dec 2015
Posts: 2,099
Default

Quote:
Originally Posted by JayJSE2 View Post
Looks awesome, but can you make a brighter version? It feels a bit too dark overall and some of the text is a bit hard to see (especially the labels on the mcp).
The text is purposely not bright on the labels because I prefer the gray.
It's possible change this yourself.
Make a backup of the RTCONFIG.TXT file in the main folder for the theme.
The open the original file and alter the settings for the following entries in each layout:

set mcp.label.color (*only change the second color entry) [108 108 108]
set mcp.volume.label.color [108 108 108]
set mcp.pan.label.color [108 108 108]
set mcp.width.label.color [108 108 108]

you can change them to either of the following two settings to get brighter text for the above.
[180 180 180] - this was used previously for the track label text
[158 158 158] - this was used previously for the Volume, Pan and Width label text.

Alternatively, on the Volume, Pan and Width you can put a semi colon in front of those entries and I believe the text will default to white.
Example:

; set mcp.volume.label.color [108 108 108]
; set mcp.pan.label.color [108 108 108]
; set mcp.width.label.color [108 108 108]


/

Last edited by lucas_LCS; 11-21-2016 at 10:38 AM.
lucas_LCS is offline   Reply With Quote