-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't change colour of text under headers #41
Comments
What is your default foreground color in the terminal? Ideally it would
be picking that up, though I'm unsure why the text before the first
heading is being treated differently than text after...
…-Brett
On 3 Jan 2020, at 5:13, Christopher Hoskin wrote:
Consider the following markdown:
```
Before heading - this text looks fine on a white background.
# Heading 1
Here is some text - looks too pale on a white background
## Heading 2
Here is some more text - also looks too pale on a white background
```
Here is how it displays in Terminator on Ubuntu 18.04:
![mdless](https://user-images.githubusercontent.com/4855578/71720486-d58bf200-2e19-11ea-9714-08dbc936fdd0.png)
I would like to make the text under the headings darker, but cannot
figure out which setting I need to change to do this. What HTML
element do they correspond to?
Thanks.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#41
|
@ttscoff - I was using the Does that help you identify why the text under headings was in a different colour from the top line text? Thanks for your help. |
Maybe. That first row should be the "bright" versions of the 8 colors,
so it's possible that an escape code isn't getting cleared after the
headlines. I'll take a look at that.
…-Brett
On 9 Jan 2020, at 4:23, Christopher Hoskin wrote:
@ttscoff - I was using the `Black on white` Built-in scheme with `Use
colours from system theme` selected and the `Ambiance` palette scheme.
I experimented with changing the palette and found the text under the
headings looked better with the `Gruvbox light` palette scheme. I then
created a custom palette and found that the colour in the top right of
the palette (see screenshot) controlled the colour of the text under
the headings.
![mdless](https://user-images.githubusercontent.com/4855578/72059458-f34dd100-32c9-11ea-9351-b3ed24170599.png)
Does that help you identify why the text under headings was in a
different colour from the top line text?
Thanks for your help.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#41 (comment)
|
Thanks. Did you find anything? Christopher |
Haven't had much time to look at it in depth, but I'm not seeing the issue happen on my end with the latest version. |
Consider the following markdown:
Here is how it displays in Terminator on Ubuntu 18.04:
I would like to make the text under the headings darker, but cannot figure out which setting I need to change to do this. What HTML element do they correspond to?
Thanks.
The text was updated successfully, but these errors were encountered: