I made a custom color scheme with black background but it does not work in Alpine Linux.
It works in another distro.
To test this I edited the default with:
color-link default "#F8F8F2,#000000"
color-link comment "#75715E,#000000"
I save it as ~/.config/micro/colorschemes/custom.micro.
And I set in micro setttings.json: "colorscheme": "custom".
I can see the color of comment changing to be the same as default but it is not black.

micro -version
Version: 2.0.14-3
Commit hash: 04c577049ca898f097cd6a2dae69af0b4d4493e1
Compiled on 1739119029
I made a custom color scheme with black background but it does not work in Alpine Linux.
It works in another distro.
To test this I edited the default with:
I save it as
~/.config/micro/colorschemes/custom.micro.And I set in micro
setttings.json:"colorscheme": "custom".I can see the color of
commentchanging to be the same asdefaultbut it is not black.