Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the colours in SharpDevelop to a dark theme?

I love the textmate themes, specifically I like 'Twilight' but Im happy with any dark textmate like theme's to use with SharpDevelop.

The posts I've found online so far have all had broken links to the source/code.

like image 839
Evolve Avatar asked Feb 11 '12 05:02

Evolve


2 Answers

There are no themes for SharpDevelop, but you can use Tools > Options > Text Editor > Highlighting to change the colors of the text editor.

like image 95
Daniel Avatar answered Sep 16 '22 14:09

Daniel


If you use SharpDevelop 5, you can use my custom theme (tailored mainly for c#). Add the following content within the properties tag in %APPDATA%\ICSharpCode\SharpDevelop5\SharpDevelopProperties.xml

https://gist.github.com/anonymous/711ae44acb9a570690dd

like image 38
arviman Avatar answered Sep 19 '22 14:09

arviman