Skip to content

node: replace high intensity foreground color for bold #182

@dmarcelino

Description

@dmarcelino

Hi,

Debug is using high intensity foreground color for highlighting namespaces (\u001b[90m–\u001b[97m) which is not standard and results in no colors showing in some terminals (for example Titanium Studio's). I suggest we replace high intensity with bold, meaning, replacing node.js l.90:

    args[0] = '  \u001b[9' + c + 'm' + name + ' '

for:

    args[0] = '  \u001b[3' + c + ';1m' + name + ' '

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions