MonoDevelop - code window colour scheme

眉间皱痕 提交于 2019-12-23 09:56:53

问题


Is there a way to customise the code window colour scheme in MonoDevelop? I would like something like Son Of Obsidian if that is possible.


回答1:


Yes. Go to the MonoDevelop syntax highlighting options panel and press the "New" button:

Enter a name and description for your new colour scheme, and pick the existing colour scheme on which you would like to base it:

Select your new colour scheme, and press the "Edit" button:

Now you can edit the colours of your new scheme:

Note that you can export your scheme definition as a file using the buttons at the bottom of the syntax highlighting options panel, or import a scheme from a file. The schemes are defined using a simple XML format. However, beware that the filename must be of the form **Scheme.xml.*



来源:https://stackoverflow.com/questions/9818514/monodevelop-code-window-colour-scheme

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!