Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MobaXterm #61

Open
renegadephysicist opened this issue Oct 5, 2019 · 2 comments
Open

MobaXterm #61

renegadephysicist opened this issue Oct 5, 2019 · 2 comments

Comments

@renegadephysicist
Copy link

renegadephysicist commented Oct 5, 2019

Has anyone got selenized working in MobaXterm? Ideally I’d like to create a new custom display setting and not manually overwrite one of the existing ones.

There is a mobaxterm.ini that allows you to change colors but this doesn’t seem to be documented.

E.g. : https://gist.github.com/Kohei-Toyoda/96b46050d60221c13f93be2654a13fac

@renegadephysicist
Copy link
Author

renegadephysicist commented Oct 5, 2019

To answer my own querstion:

MobaXterm has identical config settings to mintty, changing the [colors] in mobaxterm.ini in MobaXterm 12.2 had the desired effect. Note the DefaultColorScheme=-1, which creates a new nameless colorscheme. DefaultColorScheme=0 changes the colors of first colorscheme.

[Colors]
BackgroundColour=24,24,24
ForegroundColour=185,185,185
CursorColour=165,128,226
Black=37,37,37
BoldBlack=59,59,59
Red=237,74,70
BoldRed=255,94,86
Green=112,180,51
BoldGreen=131,199,70
Yellow=219,179,45
BoldYellow=239,197,65
Blue=54,138,235
BoldBlue=79,156,254
Magenta=235,110,183
BoldMagenta=255,129,202
Cyan=63,197,183
BoldCyan=86,216,201
White=119,119,119
BoldWhite=222,222,222
SyntaxType=1
DefaultColorScheme=-1

@jan-warchol
Copy link
Owner

Hello @renegadephysicist!
First, thanks for contributing :-) Second, I know that I'm very late, but would you like to help me in writing installation instructions for MobaXterm, so that I can add it to officially supported terminals?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants