Coder Social home page Coder Social logo

mantak / code-mirror-themes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from farhadg/code-mirror-themes

0.0 2.0 0.0 840 KB

:memo: A large collection of Code Mirror themes for your coding pleasure

Home Page: http://farhadg.github.io/code-mirror-themes/

CSS 88.68% HTML 11.32%

code-mirror-themes's Introduction

CodeMirror Themes

CodeMirror is a great online editor, however, it's lacking some good themes. So, here are a crap ton for your coding pleasure.

I used this theme generator to export themes from editors such as Sublime Text, Ace Editor and TextMate.

If something is not working or you would like a new feature, please use the issues page.

Demo

Here's a theme I extracted from one of my favorite Sublime Themes (itg-flat).

Click HERE for a demo where you can switch between various themes on the fly. A few modifications were made to the base styling to make the default theme look better; e.g. line-heights, fonts, etc. Some version have a default version included (from CodeMirror).

Installation

You can install via npm and simply refer to the theme you want within the themes directory.

  $ npm i code-mirror-themes --save

You can install via bower and simply refer to the theme you want within the themes directory.

  $ bower i code-mirror-themes --save

You can simply fork and clone (or download) the repo into your local directory and check out the themes folder for the CSS files.

  $ git clone https://github.com/FarhadG/code-mirror-themes
  $ cd code-mirror-themes/themes

You can also run a server to run index.html for a demo showcasing all of the themes.

Usage

Once you have the desired CSS file, you simply configure your CodeMirror editor and pass in the theme's name as the CodeMirror theme name (use lowercase and treat spaces with hyphens). For example, here's a simple configuration.

// Theme Name: Bespin
var myCodeMirror = CodeMirror(document.body, {
    mode: 'javascript',
    lineNumbers: true,
    theme: 'bespin'
});

// Theme Name: All Hallow Eve
var myCodeMirror = CodeMirror(document.body, {
    mode: 'javascript',
    lineNumbers: true,
    theme: 'all-hallow-eve'
});

GUI Interface

Also, here's a LINK for making SublimeText and TextMate themes with a visual interface. After saving the file, you can, then, take the file and run this theme generator for converting the XML to CodeMirror's CSS.

Options

I'll be adding more features; that said, if you'd like a feature, let me know so that I'll try and implement it into future updates.

code-mirror-themes's People

Contributors

farhadg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.