Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 778 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 778 Bytes

Superpowers-MonoDevelopTheme

A MonoDevelop default theme port

Preview

Notice: Please note that currently the theme is only working on your server, you will not see it elsewhere. You will also need the "DejaVu Sans Mono" font

Installation

Go to the SuperPowers TypeScript editor plugin folder

path: plugins/sparklinlabs/typescript/public/editors/script/

Copy the iris.css file here and open index.js and index.html

In index.js find this line:

ui.editor = CodeMirror.fromTextArea(textArea, {

And add this line below:

theme: 'iris',

Then go to index.html and add this line after the first link tag:

<link rel="stylesheet" href="iris.css">

And you ready to go! Enjoy