Monday, July 27, 2009

customization of display of mit scheme (foreground/background color)

Just read the customization part of the document.
I set the following environment variables to adjust the foreground and background colors.
Heed that this is in not RGB but BGR order.

MITSCHEME_FOREGROUND=0xFFFFFF
MITSCHEME_BACKGROUND=0x000000

刚读了调整Window MIT Scheme的文档。
发现可以调整前台和后台的颜色。但要注意颜色不是rgb,而是bgr表示。

上記の環境変数で、ウィンドウズ表示(バックグランド、フォーグランド)
のカスタマイズができます。
但し、ドキュメントに書いた通り、RGB表示ではないことに注意が必要です。

No comments:

Post a Comment