Last active
July 5, 2024 16:18
-
-
Save solaris9000/5f40793784dd2ce5c7e41e4128e9df8e to your computer and use it in GitHub Desktop.
Default ANSI Colours for MobaXterm and Putty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The default ANSI colours are much nicer in MobaXterm (imho) as I find the putty colours a little too dark. | |
To replicate MobaXterm colours in putty here are the RGB settings. | |
The default putty ANSI colours are here in case you want to revert back ;) | |
My preferred font is consolas 9pt cleartype. | |
MobaXterm Default ANSI Colours | |
------------------------------ | |
Black 0 0 0 | |
Bold Black 54 54 54 | |
Red 255 96 96 | |
Bold Red 255 128 128 | |
Green 96 255 96 | |
Bold Green 128 255 128 | |
Yellow 255 255 54 | |
Bold Yellow 255 255 128 | |
Blue 96 96 255 | |
Bold Blue 128 128 255 | |
Magenta 255 54 255 | |
Bold Magenta 255 128 255 | |
Cyan 54 255 255 | |
Bold Cyan 128 255 255 | |
White 236 236 236 | |
Bold White 255 255 255 | |
Putty Default ANSI Colours | |
-------------------------- | |
Black 0 0 0 | |
Bold Black 85 85 85 | |
Red 187 0 0 | |
Bold Red 255 85 85 | |
Green 0 187 0 | |
Bold Green 85 255 85 | |
Yellow 187 187 0 | |
Bold Yellow 255 255 85 | |
Blue 0 0 187 | |
Bold Blue 85 85 255 | |
Magenta 187 0 187 | |
Bold Magenta 255 85 255 | |
Cyan 0 187 187 | |
Bold Cyan 85 255 255 | |
White 187 187 187 | |
Bold White 255 255 255 |
Thanks for the collection!
There's a small typo in line 32. It should be
Green 0 187 0
Hey thanks for that :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the collection!
There's a small typo in line 32. It should be
Green 0 187 0