molokai icon indicating copy to clipboard operation
molokai copied to clipboard

Molokai color scheme for Vim

Results 37 molokai issues
Sort by recently updated
recently updated
newest added

These are the two colors : > Dark Gray > Light Grey

The molokai colorscheme works fine for other files (like .vimrc) but it doesn't use all its colors for python files somehow. I thought the colors for words like "self" would...

I'm used to viewing diffs of files where **added lines are green**, and **removed lines are red**. This is the output of `git diff`: ![screen shot 2014-05-19 at 8 22...

In some instances, italicized text does not display well in the GUI. This adds an option to disable it.

Essentially https://github.com/lifepillar/vim-solarized8/issues/11 So use hi MatchParen ctermfg=208 ctermbg=233 cterm=bold " Original: "hi MatchParen ctermfg=233 ctermbg=208 cterm=bold

https://github.com/tomasr/molokai/blob/master/README.md In the links in the README with previews, specifically ``` Gray Background Molokai Original ``` Are broken. Would suggest uploading the images on github (either in an MR or...

In python 3.6, a new syntax added to support template like fstrings: ``` >>> a = 123 >>> print(f"my num: {a}")

# PR detail The link to the screenshot has broken. Relinked screenshots. # Left: origin | Right: fixed

![image](https://cloud.githubusercontent.com/assets/11988298/15853014/ee9ddae0-2cd5-11e6-96bb-cae6929558e0.png) I want molokai colorscheme in my kali2.0.But the color seems incorrect.I don't know why?