by Fenton Webb
Using WPF databinding, you can actually bind your WPF colors to the CommandLine color settings.
This can be achieved using the Autodesk.AutoCAD.Windows.Data.DataBindings.ColorSettings ObserveableCollection.
The possible color settings property names are:
- CommandLineForeground
- CommandLineBackground
CommandLineHistoryForeground
CommandLineHistoryBackground
CommandLineTempPromptForeground
CommandLineTempPromptBackground
CommandLineKeywordHighlight
CommandLineKeywordBackground
CommandLineKeywordHover