robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[ENHANCEMENT] Contrasting Color for Timestamps in Debug console #186

Closed o0CX0o closed 7 months ago

o0CX0o commented 7 months ago

Is your enhancement request related to a problem? Please describe. We have enabled Debug Output Timestamps in RobotCode, but the output timestamps in the Debug Console are in a dark gray color, which is not contrasting enough with the dark back ground (using the Dark+ theme).

Describe the solution you'd like Could the timestamps be of the same yellowish color as the rest of the output

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

image

d-biehl commented 7 months ago

sounds reasonable, I think I can find a lighter colour or I can make the colouring configurable.

I don't want to remove the colouring completely, as I have the exact opposite request from another project ;-) i.e. whether the timestamp can be output in a different colour.

But the whole thing may take a little while, I still have a few other larger construction sites.

d-biehl commented 7 months ago

released a new version of robotcode with a lighter colour for the timestamp. Is it bright enough? I need to find a color that is suitable for light and dark themes...

otherwise you can disable the colors in debug console by add the following snippet to your project or user settings:

    "robotcode.debug.defaultConfiguration": {
        "robotCodeArgs": ["--no-color"]
    }
o0CX0o commented 7 months ago

Hi Daniel,

Many thanks for picking this up so quickly.

I wasn’t able to respond to your approval of the enhancement request yet… my bad… so busy lately..

But I’m now installing the latest version to validate the results.

I’ll get back to you before the weekend regarding the enhancement request.

Kind regards, Kwok-Tai Wong

On 13 Dec 2023, at 22:34, Daniel Biehl @.***> wrote:



released a new version of robotcode with a lighter colour for the timestamp. Is it bright enough? I need to find a color that is suitable for light and dark themes...

otherwise you can disable the colors in debug console by add the following snippet to your project or user settings:

"robotcode.debug.defaultConfiguration": {
    "robotCodeArgs": ["--no-color"]
}

— Reply to this email directly, view it on GitHubhttps://github.com/d-biehl/robotcode/issues/186#issuecomment-1854733944, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEORME5CH2XQD4UITT4RYTLYJINMLAVCNFSM6AAAAABAGIG2DWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJUG4ZTGOJUGQ. You are receiving this because you authored the thread.Message ID: @.***>

o0CX0o commented 7 months ago

Hi Daniel,

I checked the color of the debug console last thursday, and for me it's perfectly readable now.

[cid:cd4386d2-cc48-45b1-9b1e-cb61b724bc14]

I haven't checked for other color themes the readability. Promised you to reply you before the weekend, but failed to do so... my sincere apologies for that.

Thanks once again for fulfilling the enhancement request so fast 😉

Kind regards, Kwok-Tai Wong


From: Daniel Biehl @.> Sent: 13 December 2023 22:33 To: d-biehl/robotcode @.> Cc: o0CX0o @.>; Author @.> Subject: Re: [d-biehl/robotcode] [ENHANCEMENT] Contrasting Color for Timestamps in Debug console (Issue #186)

released a new version of robotcode with a lighter colour for the timestamp. Is it bright enough? I need to find a color that is suitable for light and dark themes...

otherwise you can disable the colors in debug console by add the following snippet to your project or user settings:

"robotcode.debug.defaultConfiguration": {
    "robotCodeArgs": ["--no-color"]
}

— Reply to this email directly, view it on GitHubhttps://github.com/d-biehl/robotcode/issues/186#issuecomment-1854733944, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEORME5CH2XQD4UITT4RYTLYJINMLAVCNFSM6AAAAABAGIG2DWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJUG4ZTGOJUGQ. You are receiving this because you authored the thread.Message ID: @.***>

d-biehl commented 7 months ago

ok, thanks, and no problem, I have checked this for several color themes ;.-)

then I can close this issue.