Skip to content

abclive/Superpowers-MonoDevelopTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A MonoDevelop default theme port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages