mintty / wsltty

Mintty as a terminal for Bash on Ubuntu on Windows / WSL
Other
3.12k stars 104 forks source link

Font issue and theme question #227

Closed dylanpjx closed 4 years ago

dylanpjx commented 4 years ago

Encountering this issue when I launch WSLtty from start menu. I'm trying to use Fira Code bold, I have installed the font both on WSL and on Windows and it's somehow not working on launch.

image

I can however select the font in the options menu and the terminal will update accordingly, it somehow gives me the error on launch though image

I'm currently using 3.1.0.2 WSLtty, and I'm running Ubuntu for WSL.

Also, side question, is there a way to theme the terminal using itermcolors? Or do I have to convert from itermcolors to js and then add it to themes?

dylanpjx commented 4 years ago

After I raised the issue, I went to change the font a bunch from Consolas to some other powerline font and the font issue somehow fixed by itself.

mintty commented 4 years ago

Fonts need to be installed in Windows. The overly complex iterm theme format is not directly supported (as e.g. via drag-and-drop). I don't know itermcolors, is it a tool? If it loads a theme directly into a terminal, it could work. Please provide a link to the tool.

mintty commented 4 years ago

About the .itermcolors theme format: the iTerm2 Color Schemes project offers a bunch of ports; the mobaxterm format could be used as mintty theme files: https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/mobaxterm Also considering to support import of that format directly, e.g. by drag-and-drop.

mintty commented 4 years ago

Also considering to support import of that format directly, e.g. by drag-and-drop.

Done.

mintty commented 4 years ago

Released 3.2.0 with drag-and-drop iTerm2 color scheme import.