Skip to content

A Monokai color scheme for Sublime Text, providing both colored and text-style preview for MarkdownEditing

License

Notifications You must be signed in to change notification settings

avivace/MonokaiC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MonokaiC

Package Control

A monokai theme for the MarkdownEditing package for Sublime Text 3 providing both Coloured and text-style preview for Markdown.

Install

First, install MarkdownEditing.

Package Control

  • Ctrl/Command + Shift + P to open the Command Palette
  • Select Package Control: Install Package
  • Search for MonokaiC
  • Press Enter

Manual

git clone https://github.com/avivace/MonokaiC ~/.config/sublime-text-3/Packages/MonokaiC

Change the target directory with ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/MonokaiC on OS X and %appdata%\Sublime Text 3\Packages\MonokaiC on Windows.

Activation

To enable the theme, open your preferred MarkdownEditing User setting file from Preferences > Package Settings > Markdown Editing > Markdown GFM Settings - USER (works with MultiMarkdown and Markdown Standard too) and put this:

{
    "color_scheme": "Packages/MonokaiC/themes/ME-MonokaiC.tmTheme",
}

Be sure to Set Syntax -> MarkdownEditing -> Markdown GFM on your Markdown files

Preview

example image