-
Notifications
You must be signed in to change notification settings - Fork 29
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
Markdown/RST needs to be recolored? Spec defined for it? Other? #45
Comments
It does seem like there's a lot of work to be done with Markdown, especially since it's such a frequently-used language. The markdown file in Vim doesn't look right either, (URL's being yellow). No wonder: there isn't any code for Markdown syntax highlighting in colors/spaceduck.vim. One thing, though: syntax highlighting for Markdown looks more accurate with vim-polyglot since it comes with highlights as well. On first glance, I don't think there will be a problem making highlights for Vim without polyglot and for polyglot users since polyglot uses mkd prefixed syntax groups while Vim defaults with markdown prefixed syntax groups. I like your interpretation of the colors for the Atom syntax, but maybe the ** in BOLD TEXT can be SpaceduckMagenta? |
I'd be done for all that, no problem. Though I think adding in some of the markdown fields/qualifiers to the spec would be a good idea too as a result of this work. |
done
done
I trued magenta, but I think personally dark-purple2 looks best; imo, I think keeping it mostly purple/shades of the purple with occasional pops of color for accents is better than trying to sprinkle the colors throughout everything.
I'm talked briefly about some of the changes they are looking to make, and am ok with making things now, and coming back in later to update them with new colors/spec'ed colors. For reference, here's what it looks like now with the above updates (and I switched over to the new cyan color from the dev branch, nice). I'm not sure how I feel about URLs/links being highlighted when they are in a comment (e.g line 3); I think it may look better if they were forced to be "unhighlighted" and just remain the same color as the comment, but am up for opinions?: |
Gotta update the line numbers and comment colors too. Active text tab should be gray. Bold text should probably be yellow as well. Apologies again, this isn’t written all up yet. |
Ah, yeah, I think I had issues opened for that already (line numbers) in my repo. But you're saying the active tab up top text color Fg should be gray? Or something else?
|
I think I need to make tickets for myself to go update the atom UI, so that the tab coloring matches the gutter coloring (dark-purple in active, grey active, etc) as I think that'll look better than using FG on the tabs there too. |
Info
Mirroring issue into the main source repo, for thoughts/tracking here.
See: bigpick/spaceduck-atom-syntax#2
The text was updated successfully, but these errors were encountered: