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

Color / grammar inconsistencies #1482

Open
rpx99 opened this issue Aug 8, 2024 · 1 comment
Open

Color / grammar inconsistencies #1482

rpx99 opened this issue Aug 8, 2024 · 1 comment

Comments

@rpx99
Copy link

rpx99 commented Aug 8, 2024

Noticed some color inconsistencies, e.g.

image

Why are some (like find-package) displayed in white color and why is the # in defpackage not white and :start blue ?

:COLOR-THEME "harmonic-dark"

@g-gundam
Copy link

@rpx99 That might be on purpose. defpackage, in-package, and defun are not functions like find-package, delete-package and find-symbol. I'm not sure what the right terminology is, but maybe someone who knows Common Lisp better can chime in. I think defun is considered a special form, but I'm not sure.

Regarding the coloring for #:start, I think you may have a valid point. Hopefully, someone who knows more can clarify the situation.

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

No branches or pull requests

2 participants