-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I have not tested this even though I sometimes use Windows too, but can you try setting Micro uses an old fork of Tcell. I do not know why and it was probably discussed once in #2867, but 16 colors are used when There seems to be a bug with ConEmu handled upstream and in the fork, but I don't know anything about the situation: |
Beta Was this translation helpful? Give feedback.

I have not tested this even though I sometimes use Windows too, but can you try setting
MICRO_TRUECOLOR=1andTCELL_TRUECOLOR=enable?Micro uses an old fork of Tcell. I do not know why and it was probably discussed once in #2867, but 16 colors are used when
TCELL_TRUECOLOR=disableis set (changed upstream in later versions). Micro setsTCELL_TRUECOLOR=disablewhenMICRO_TRUECOLOR=1is not set.There seems to be a bug with ConEmu handled upstream and in the fork, but I don't know anything about the situation:
https://github.com/gdamore/tcell/blob/781586687ddb57c9d44727dc9320340c4d049b11/console_win.go#L220-L224
https://github.com/micro-editor/tcell/blob/5ecceae7d273daf17ba4b81084659bd6bcd7…