skins: add Tokyo Night truecolor skin#5114
Conversation
|
I checked the skin in the skin editor and I find it very weird that it doesn't have any borders. I've had a look at the linked repository and I think that nothing in this style precludes traditional borders of mc, as the gutters, tab separators and such in VS Code are clearly visible. Could you please adjust that? Also, on a technical note, please use color aliases like in the other 16M skins. You made a table for the PR description, which is nice. However, it's impossible to decode the hex values in the head when looking at the file, which makes the skin unmaintainable. Finally, for some reason, |
|
Hi there @zyv, Thank you so much for your feedback. Please have a look now:
|
zyv
left a comment
There was a problem hiding this comment.
Thanks, I'm of the opinion that it now looks really nice, both technically and artistically! Finally, our first user-contributed 16M skin 🎉
The only thing to do now, I think, is you have forgotten to add it to Makefile.am, so it won't actually get shipped and installed otherwise.
I'll merge this as soon as master gets unblocked.
Tokyo Night is a popular dark color scheme originally created by enkia for VS Code. This skin brings the same palette to Midnight Commander using truecolor (#rrggbb) values. Requires a truecolor-capable terminal (truecolors = true is already specified in the [skin] header). Signed-off-by: Eugene van der Merwe <eugenevdm@gmail.com> Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
|
Thank you for your contribution! |




Summary
Adds a Tokyo Night skin for Midnight Commander using truecolor (
#rrggbb) values.Tokyo Night is a widely-used dark color scheme originally created by enkia for VS Code. It has since been ported to many editors and terminal tools. This skin brings the same palette to mc.
Color palette used
#1a1b26#a9b1d6#7aa2f7#0db9d7#e0af68#9ece6a#f7768e#bb9af7#444b6aRequirements
A truecolor-capable terminal emulator. The skin sets
truecolors = truein its[skin]header per the convention described inmisc/skins/README.txt.Test plan
mc -S tokyo-night-16M