-
Notifications
You must be signed in to change notification settings - Fork 7
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
GitHub alert block quotes #89
Comments
Can I start looking into this? or are you already on it @tuurep |
Just as a quick disclaimer before anyone starts working on this: In #72 we update all dependencies and in #78 I change Vivify from CommonJS to ESM which changes a few things around how importing modules works. So if you want to start working on this now, either be prepared to rebase things and solve the merge conflicts or branch off from after those changes were made, but then be aware that force pushes may still happen under your branch-off point I'll split up #78 into two PRs so we can merge the things that may be annoying for other features sooner Edit I made the split. The order of this will now be
#78 is now separate and built on top of #90 and no longer needs to be regarded in this. If anyone wants to start working on this issue (or any other one that installs new modules) I would suggest branching off from where #90 is. But again, changes may still happen there |
This will probably be really simple, only thing I'm concerned about is dark theme colors :D For light theme we can copy what Github uses:
The way Github names these color variables also reveals to me that they attach some meaning to these colors and reuse them in their UI:
@jannis-baum does the dark theme have some existing colors that could fit? If not, I can cook up some suggestions. Edit: We could see how the ANSI colors look on it: blue-green-magenta-yellow-red |
Yes, that sounds good! And actually, now that you mention ANSI, we should also use those colors for Notebooks. There we also have to render ANSI and the current default colors are very ugly |
Are they? Haha to me they honestly look pretty similar👀 Maybe the yellow is a bit off but still doesn't seem too much to me. Is there a specific one that you think is off by a lot or am I just not sensitive enough to the colors? |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Wait what am I looking at 😄 https://github.com/alacritty/alacritty-theme/blob/master/themes/github_light.toml This is very different, lets see |
Sorry I got confused by some outdated file there. I still would favor distinguishing the (error) syntax highlighting and the alert colors I'm obsessed with stuff like this so I can help you out, is that ok? 😄 |
Haha yes, of course! If it's important to you let's separate them for sure :) |
I investigated more and turns out this: (source: https://github.com/projekt0n/github-theme-contrib) is more up to date than this: (source: https://github.com/alacritty/alacritty-theme) So actually I'm leaning towards this suggestion again:
So plan of action:
|
Sounds like a good plan to me! :) I'll open the IPython-related issue, would you work on that one as well? I can do #87 next then if you're working on these :) |
Yeah but could you describe your biggest gripes in:
I've only taken a brief glance and wasn't overly horrible on Light Theme, but does it use the same colors for both Light and Dark? |
I replied to this on the other issue #101 |
OP @Tweekism in #87 (comment)
Research from @tuurep
The text was updated successfully, but these errors were encountered: