I am continuing to tweak this and will post my final results when done. However, for those who find the GUI "too bright" there is hope. As for bugs, sorry, I can't fix those.


Moderator: James Steele
I think so. I haven't tried it yet, but these three are the likely culprits:666 wrote:This is very encouraging, billf.
Too bad we can't change the 2D back to 3D, as it was in DP5.
Can the blue meters be changed to green? I won't hold my breath on that one.
Nonetheless, I appreciate your effort and it gives me hope.
Use TextEdit. Be sure to save the resulting file with a .xml suffix instead of the default .txtwurliuchi wrote:What did you open the XML file with?
Thanks
Simple enough. My guess is that those numbers are simply RGB values. Figure out what meter background color you might want in photoshop, the use the color picker to see the RGB values and plug those in between the colons. RRR:GGG:BBBbillf wrote:I think so. I haven't tried it yet, but these three are the likely culprits:666 wrote:This is very encouraging, billf.
Too bad we can't change the 2D back to 3D, as it was in DP5.
Can the blue meters be changed to green? I won't hold my breath on that one.
Nonetheless, I appreciate your effort and it gives me hope.
<TEXT name="kMeterActiveColor">107:159:253</TEXT>
<TEXT name="kMeterBackgroundColor">28:28:85</TEXT>
<TEXT name="kMeterPeakHoldColor">255:212:55</TEXT>
Those are RGB numbers. Enter your preferences in place of the numbers there, and try it out.James Steele wrote:Simple enough. My guess is that those numbers are simply RGB values. Figure out what meter background color you might want in photoshop, the use the color picker to see the RGB values and plug those in between the colons. RRR:GGG:BBBbillf wrote:I think so. I haven't tried it yet, but these three are the likely culprits:666 wrote:This is very encouraging, billf.
Too bad we can't change the 2D back to 3D, as it was in DP5.
Can the blue meters be changed to green? I won't hold my breath on that one.
Nonetheless, I appreciate your effort and it gives me hope.
<TEXT name="kMeterActiveColor">107:159:253</TEXT>
<TEXT name="kMeterBackgroundColor">28:28:85</TEXT>
<TEXT name="kMeterPeakHoldColor">255:212:55</TEXT>
That's my guess anyway... haven't tried it myself.
You can replace that with an RGB entry.bkshepard wrote:Obviously, the lines that look like: <TEXT name="kMeterPeakHoldColor">255:212:55</TEXT> refer to RGB values.
What is it referring to when there is only one color number like: <TEXT name="kMeterFrameColor">20</TEXT>?
Cool! Out of curiosity, though, do you know if that is a grayscale number or something like that?billf wrote:You can replace that with an RGB entry.bkshepard wrote:Obviously, the lines that look like: <TEXT name="kMeterPeakHoldColor">255:212:55</TEXT> refer to RGB values.
What is it referring to when there is only one color number like: <TEXT name="kMeterFrameColor">20</TEXT>?