Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all console.log colorful #5

Open
strdr4605 opened this issue Apr 8, 2022 · 0 comments
Open

Make all console.log colorful #5

strdr4605 opened this issue Apr 8, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@strdr4605
Copy link
Owner

At the moment not all console.logs are colorful. There are already colors variables

const GREEN = "\x1b[0m\x1b[32m";
const BOLD_YELLOW = "\x1b[1m\x1b[33m";
const PURPLE = "\x1b[0m\x1b[35m";
const RESET = "\x1b[0m";

We just need to change the remaining logs.

@strdr4605 strdr4605 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant