Those of you who use Vim and other editors may be familiar with the Zenburn colour scheme. It's all nice and pastel-based with a dark background as opposed to the standard Microsoft white. You can't set the colours involved using the options menu in VFP, which remains bizarrely limited in colour choice for some reason. But you can set them directly in the registry. To do that for VFP 9, exit VFP9, then copy the text below into a text file and save it with a .REG extension. Then right-click the .REG file and select 'merge'. I use Apple's Monaco font with it. (http://www.gringod.com/wp-upload/MONACO.TTF ). Note the 'Windows Registry Editor' text must be the first line in the file.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro\9.0\Options] "EditorCommentColor"="RGB(119,159,127,63,63,63), NoAuto, NoAuto" "EditorKeywordColor"="RGB(223,197,96,63,63,63), NoAuto, NoAuto" "EditorConstantColor"="RGB(106,208,186,63,63,63), NoAuto, NoAuto" "EditorNormalColor"="RGB(223,196,106,63,63,63), NoAuto, NoAuto" "EditorOperatorColor"="RGB(159,157,109,63,63,63), NoAuto, NoAuto" "EditorStringColor"="RGB(204,134,108,63,63,63), NoAuto, NoAuto" "EditorVariableColor"="RGB(220,220,204,63,63,63), NoAuto, NoAuto" -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

