Skip to content

[ATL-1222] fix editor colors #352

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

Merged
merged 1 commit into from
May 5, 2021
Merged

[ATL-1222] fix editor colors #352

merged 1 commit into from
May 5, 2021

Conversation

fstasi
Copy link
Contributor

@fstasi fstasi commented May 4, 2021

This PR fixes the following colors:

  • constant and double quoted strings (as they are constants) have the same color (dark teal color)
  • function / methods (orange)

Tasks:
Fixes ATL-1222
Fixes #291

Copy link

@ubidefeo ubidefeo left a comment

Choose a reason for hiding this comment

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

delay and Serial as well as true and false now have colours aligned to Java IDE
LGTM

@fstasi fstasi merged commit db48ed6 into main May 5, 2021
@fstasi fstasi deleted the atl-1222--theme-coloring branch May 5, 2021 15:56
@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect syntax coloring for Boolean literals
3 participants