-
-
Notifications
You must be signed in to change notification settings - Fork 5
fix: semibold keywords for latte #17
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
Conversation
|
@sgoudham thoughts? |
|
Why is this latte only? (Also, nit: this should be a |
From what I can tell, Latte is the only "light" mode theme so this follows Xcode's default theme patterns of Light -> Semibold, Dark -> Bold |
|
Ah okay. Maybe |
Done |
Co-authored-by: uncenter <uncenter@uncenter.dev>
|
(how do i merge this) |
sgoudham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty odd default behaviour (and I don't like that we're setting the font in the first place, but I assume it's required)
Thanks for aligning it with their defaults!
Something to explore, can we leave it out and will it default anyways?
The default/classic light theme in Xcode uses semibold for keywords. This PR updates such that Latte now matches that weight.
Issue: #15