MobaXterm
renegadephysicist opened this issue · 2 comments
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
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
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?