-
-
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
Standard Theme Presets #50
Comments
If you create themes, I'd be happy to include them in the repository.
…-Brett
On 6 Jun 2020, at 6:53, Anish Mittal wrote:
It will be great to have standard theme presents for popular colour
schemes like Solarized Dark, Solarized Light.
It will be good to have this as a part of the repositories so that it
will be easier for users to switch to standard themes.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#50
|
@ttscoff I am experimenting with the theme colour for white background. Could you please clear one doubt? This is how I modified it: ---
metadata:
border: d blue on_black
marker: d black on_black
color: d black on_white
emphasis:
bold: b
italic: u i
bold-italic: b u i
h1:
color: b intense_black on_white
pad: d black on_white
pad_char: "="
h2:
color: b black on_intense_white
pad: d black on_intense_white
pad_char: "-"
h3:
color: u b yellow
h4:
color: u yellow
h5:
color: b black
h6:
color: b black
link:
brackets: b black
text: u b blue
url: cyan
image:
bang: red
brackets: b black
title: cyan
url: u yellow
list:
bullet: b intense_red
number: b intense_blue
color: intense_black
footnote:
brackets: b black on_black
caret: b yellow on_black
title: x yellow on_black
note: u white on_black
code_span:
marker: b white
color: b black on_intense_white
code_block:
marker: intense_white
bg: on_white
color: black
border: blue
title: magenta
eol: intense_black on_black
pygments_theme: solarized-light
dd:
marker: d red
color: b intense_black
hr:
color: d intense_black
table:
border: d black
header: yellow
divider: b black
color: black
bg: on_black
html:
brackets: d yellow on_black
color: yellow on_black Everything is fine expect the normal text appears light: DoubtCould you please suggest how to change the text colour from light to dark? Also could you please tell what is meant by |
Regular text gets the default foreground color for your terminal. Or it
should... what does your terminal theme look like?
dd is for definition lists, which are part of MultiMarkdown, Kramdown,
and other flavors. Created like:
```
Term
: Definition
```
…-Brett
On 2 Aug 2021, at 12:14, Anish Mittal wrote:
@ttscoff I am experimenting with the theme colour for white
background. Could you please clear one doubt? This is how I modified
it:
```yaml
---
metadata:
border: d blue on_black
marker: d black on_black
color: d black on_white
emphasis:
bold: b
italic: u i
bold-italic: b u i
h1:
color: b intense_black on_white
pad: d black on_white
pad_char: "="
h2:
color: b black on_intense_white
pad: d black on_intense_white
pad_char: "-"
h3:
color: u b yellow
h4:
color: u yellow
h5:
color: b black
h6:
color: b black
link:
brackets: b black
text: u b blue
url: cyan
image:
bang: red
brackets: b black
title: cyan
url: u yellow
list:
bullet: b intense_red
number: b intense_blue
color: intense_black
footnote:
brackets: b black on_black
caret: b yellow on_black
title: x yellow on_black
note: u white on_black
code_span:
marker: b white
color: b black on_intense_white
code_block:
marker: intense_white
bg: on_white
color: black
border: blue
title: magenta
eol: intense_black on_black
pygments_theme: solarized-light
dd:
marker: d red
color: b intense_black
hr:
color: d intense_black
table:
border: d black
header: yellow
divider: b black
color: black
bg: on_black
html:
brackets: d yellow on_black
color: yellow on_black
```
Everything is fine expect the normal text appears light:
![image](https://user-images.githubusercontent.com/42092626/127894867-d3c9d22e-9d30-4c19-bffe-7a55781b2d23.png)
![image](https://user-images.githubusercontent.com/42092626/127894946-f503a8d0-f4fd-4c41-9d60-5e4a32f98292.png)
---
## Doubt
Could you please suggest how to change the text colour from light to
dark? Also could you please tell what is meant by `dd`?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#50 (comment)
|
I am using Solarized Light theme in Gnome terminal: Also this is the default colour for foreground text: You can see that in the following image the top half is a result of terminal command Thus default foreground colour is darker than what mdless is assuming. |
And if you open your Terminal's color settings, is your foreground color dark?
…On 2 Aug 2021, at 17:26, Anish Mittal wrote:
My terminal is using Solarized Light theme.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#50 (comment)
|
It will be great to have standard theme presents for popular colour schemes like Solarized Dark, Solarized Light.
It will be good to have this as a part of the repositories so that it will be easier for users to switch to standard themes.
The text was updated successfully, but these errors were encountered: