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

fix the problem Cursor colour turns grayish black on turning on dark …#3738 #3779

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VyankateshA1
Copy link

…mode. #3738

Copy link
Member

@sylirre sylirre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logically this doesn't change anything.

In Java the conditionals may look like this:

if (condition)
  code();
else
  code_alternate();

or

if (condition) {
  code();
} else {
  code_alternate();
}

Both equally same. You just added braces.

@sylirre sylirre marked this pull request as draft January 9, 2024 13:23
@agnostic-apollo
Copy link
Member

Agreed with sylirre. May be related to #2653 which isn't available in 0.118.0

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.

None yet

3 participants