ttscoff / mdless

MIT License
871 stars 39 forks source link

mdless renders light mode w/o table formatting #101

Closed leder11011 closed 2 months ago

leder11011 commented 2 months ago

Hello ttscoff,

thank you for your new version of mdless!

When I issue mdless from a zsh script inside of .zshrc the terminal app renders light mode w/o table formatting, though the settings of the terminal app is dark mode resp. follow system setting. Cp. screenshot.

How do I render dark mode with mdless permanently?

Best regards Gerrit Bildschirmfoto vom 2024-09-09 09-36-09

ttscoff commented 2 months ago

That's really odd, doesn't happen to me if I add an mdless line in my fish launch profile. Haven't tested with Zsh. Do you have a light mode theme in ~/.config/mdless/*.theme that could be being read? I don't know why that would happen if you have a dark mode theme in your config.yml...

-Brett

On 12 Sep 2024, at 7:16, leder11011 wrote:

Hello ttscoff,

thank you for your new version of mdless!

When I issue mdless from a zsh script inside of .zshrc the terminal app renders light mode w/o table formatting, though the settings of the terminal app is dark mode resp. follow system setting. Cp. screenshot.

How do I render dark mode with mdless permanently?

Best regards Gerrit Bildschirmfoto vom 2024-09-09 
09-36-09

-- Reply to this email directly or view it on GitHub: https://github.com/ttscoff/mdless/issues/101 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

leder11011 commented 2 months ago

I have:

and terminal output is still broken when starting up zsh.

Is there any possiblity that you can try to reproduce the issue?

leder11011 commented 2 months ago

I do an autostart of Terminator now: And everything looks fine!