Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Casella committed Aug 2, 2018
1 parent 40fe26f commit dafc2f0
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 8 deletions.
58 changes: 53 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Package Control](https://img.shields.io/badge/package%20control-v1.6.7-brightgreen.svg?style=flat-square)](https://packagecontrol.io/packages/Monokai%2B%2B)
[![Package Control](https://img.shields.io/packagecontrol/dt/Monokai%2B%2B.svg?style=flat-square)](https://packagecontrol.io/packages/Monokai%2B%2B)

![Logo](images/logo.png)
![Header](https://i.imgur.com/bQYydRr.png)

A modern Monokai theme for Sublime Text 3 and Visual Studio Code.
Feel free to open GitHub Issues to report any problem with the color scheme or submit suggestions.
Expand Down Expand Up @@ -37,13 +37,61 @@ Write `ext install dcasella.monokai-plusplus`

## Screenshots

Sublime Text 3 C++ example code
> Bash
![ST3 Screenshot](images/screenshotst3.png)
![Bash screenshot](https://i.imgur.com/Y3OwtAk.png)

VS Code C++ example code
> C
![VSC Screenshot](images/screenshotvsc.png)
![C screenshot](https://i.imgur.com/9HzPEFX.png)

> Common Lisp
![Common Lisp screenshot](https://i.imgur.com/nq88JjD.png)

> C++
![C++ screenshot](https://i.imgur.com/FAfaQEj.png)

> Golang
![Golang screenshot](https://i.imgur.com/nNWIG97.png)

> i3 Config
![i3 screenshot](https://i.imgur.com/vWB9QJo.png)

> Javascript (React)
![React screenshot](https://i.imgur.com/85UXUqe.png)

> JSON
![JSON screenshot](https://i.imgur.com/PERtChM.png)

> Makefile
![Makefile screenshot](https://i.imgur.com/20vo6Ne.png)

> Markdown
![Markdown screenshot](https://i.imgur.com/3uMZ7N5.png)

> Prolog
![Prolog screenshot](https://i.imgur.com/Dyo1Fmb.png)

> Puppet
![Puppet screenshot](https://i.imgur.com/1LTleOL.png)

> Python
![Python screenshot](https://i.imgur.com/GCf4qMW.png)

> YAML
![YAML screenshot](https://i.imgur.com/J5HmGYI.png)

## Issues

Expand Down
Binary file modified images/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/screenshotst3.png
Binary file not shown.
Binary file removed images/screenshotvsc.png
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "monokai-plusplus",
"displayName": "Monokai++",
"description": "A modern Monokai theme for Sublime Text 3 and Visual Studio Code",
"version": "1.6.7",
"version": "1.6.8",
"publisher": "dcasella",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#1c1c1c",
"theme": "dark"
"color": "#f1f1f1",
"theme": "light"
},
"engines": {
"vscode": "^1.5.0"
Expand Down

0 comments on commit dafc2f0

Please sign in to comment.