Skip to content

[Request] Default monospace & code colors in dark mode are too bright? #71

@fortunewalla

Description

@fortunewalla

In dark mode, the default code & monospace colors are too bright for dark mode. Can you make the default code colors the same as general text dark mode colors?

Yes, we can tweak the CSS file but the generated HTML file uses the DIV color names 'black' & 'white' which are hardcoded.

Example:

<div id="18" class="lang-bash editor-colors"><div style="color:Black;background-color:White;"><pre>
$ ls -al /bin/bash
-rwxr-xr-x. 1 root root 1390096 May 16 18:01 /bin/bash
$ ls -al /usr/bin/bash
-rwxr-xr-x. 1 root root 1390096 May 16 18:01 /usr/bin/bash
</pre></div>
</div>

Thanks for your hard work so far. 🙏🏼

1/2 NPP Default Light Mode & corresponding Markdown Panel colors:

image

2/2 NPP Default Dark Mode & corresponding Markdown Panel colors:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions