Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avivace/monokaic
A Monokai color scheme for Sublime Text, providing both colored and text-style preview for MarkdownEditing
https://github.com/avivace/monokaic
color-scheme markdown markdown-editor monokai-theme sublime-text sublime-text-3 syntax-highlighting theme
Last synced: 14 days ago
JSON representation
A Monokai color scheme for Sublime Text, providing both colored and text-style preview for MarkdownEditing
- Host: GitHub
- URL: https://github.com/avivace/monokaic
- Owner: avivace
- License: gpl-3.0
- Created: 2016-07-01T07:41:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T13:40:47.000Z (over 4 years ago)
- Last Synced: 2024-10-04T11:54:47.481Z (about 1 month ago)
- Topics: color-scheme, markdown, markdown-editor, monokai-theme, sublime-text, sublime-text-3, syntax-highlighting, theme
- Homepage: https://packagecontrol.io/packages/MonokaiC
- Size: 1.49 MB
- Stars: 66
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
[![Package Control](https://img.shields.io/packagecontrol/dt/MonokaiC.svg?style=flat-square)](https://packagecontrol.io/packages/MonokaiC)
A monokai theme for the [MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing) package for Sublime Text 3 providing both **Coloured** and **text-style preview** for Markdown.
![](.meta/screen2.png)
## Install
First, install [MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing).
### Package Control
- `Ctrl/Command + Shift + P` to open the Command Palette
- Select `Package Control: Install Package`
- Search for `MonokaiC`
- Press `Enter`### Manual
```bash
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
![](.meta/screen1.png)![example image](.meta/screenshot.png)