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

improvement(logger): update some log lines after style changes #5507

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

eysi09
Copy link
Collaborator

@eysi09 eysi09 commented Dec 4, 2023

What this PR does / why we need it:

The main issue was that the autocomplete suggestion was the same color
as the actual text which has now been fixed.

Beyond that, this replaces most calls to accent with highlight which
is the better choice for these lines.

It also changes the actual accent color to make it "pop" more. Before it
was the same as the primary color.

Finally I also used the chance to clean up some lines and ensure certain
log lines aren't printed when in dev mode or running noProject
commands.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@eysi09 eysi09 force-pushed the log-color-fixes branch 4 times, most recently from f51720b to 2ba6d83 Compare December 4, 2023 16:16
The main issue was that the autocomplete suggestion was the same color
as the actual text which has now been fixed.

Beyond that, this replaces most calls to `accent` with `highlight` which
is the better choice for these lines.

It also changes the actual accent color to make it "pop" more. Before it
was the same as the primary color.

Finally I also used the chance to clean up some lines and ensure certain
log lines aren't printed when in dev mode or running `noProject`
commands.
@eysi09 eysi09 marked this pull request as ready for review December 4, 2023 19:19
@eysi09 eysi09 requested a review from thsig December 4, 2023 19:19
@eysi09 eysi09 enabled auto-merge December 4, 2023 19:20
@eysi09 eysi09 added this pull request to the merge queue Dec 4, 2023
Merged via the queue into main with commit 035bd9e Dec 4, 2023
3 checks passed
@eysi09 eysi09 deleted the log-color-fixes branch December 4, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants