Giter Site home page Giter Site logo

molokai's People

Contributors

aaronjensen avatar e0da avatar fcharlier avatar gko avatar hotpxl avatar jgelens avatar justinmk avatar martijn avatar mathiasbynens avatar ninjaaron avatar octol avatar raichoo avatar rwmpelstilzchen avatar strycore avatar tomasr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

molokai's Issues

color incorrect

image
I want molokai colorscheme in my kali2.0.But the color seems incorrect.I don't know why?

Support CursorLineNr

Vim of new version bring us CursorLineNr for highlight cursor line' line number.
Maybe molokai could be modified to support it :D

Strange colors

I installed molokai theme and got strange colors:

screen shot 2015-04-14 at 22 00 56

iTerm 2, oh-my-zsh, vim 7.3, 256 colors, empty .vimrc

I also tried osx built-in terminal, looks the same.

Whitespace goes green when paging up or down

Steps to reproduce

  1. Open a longer file in vim (files less than a page don't seem to show it.)
  2. <Ctrl+D> to go down.
  3. Should notice all the white space go bright green.

System

Windows 10 Home Edition on Surface Pro
Ubuntu App (Windows Subsystem for Linux)
Capture

no hi for ColorColumn

The ColorColumn highlight doesn't integrate well with the rest of the theme. I don't know what color you want to use (and I don't trust me for choosing an appropriate one).

I think Molokai would be better with an integrated ColorColumn.

HTML colorscheme

Maybe something is wrong with my vim config but it would appear that HTML highlighting with this scheme doesn't color any of the html tags. On my screen only attributes are highlighted.

distribute with Vim?

there is an issue open in the vim repository, to distribute more colorschemes with Vim. Would you kindly give your permission to distribute this colorscheme with Vim?

(it would help, if it actually supported termguicolor mode, see #66).

iTerm 2 theme

@tomasr
Is there one somewhere? I can't seem to find one for Molokai. :/

I can find one for Monokai, but not for Molokai.

No visible cursor

No cursor is visible on Mac 10.11.5 (El Capitan) that makes navigation impossible.
Cursor is only visible when it hits a bracket.

weird colors in neovim

screenshot 2016-03-19 11 42 41 edit

Here is a screenshot of neovim and vim using the same colorscheme (tomasr/molokai) with the same settings in iTerm 2.9 on tmux. All the colors seems the same except green. Any idea why?

Complete menu colours in terminal look odd

Everything looks perfect with this scheme by default, except for the colouring of popups. Here it looks like the colours are inverted. If this is not intentional, then simply use the same colours as the statusline:

--- a/colors/molokai.vim                                                        
+++ b/colors/molokai.vim                                                        
@@ -176,8 +176,8 @@ if &t_Co > 255                                              
    hi Operator        ctermfg=161                                              

    " complete menu                                                             
-   hi Pmenu           ctermfg=81  ctermbg=16                                   
-   hi PmenuSel                    ctermbg=244                                  
+   hi Pmenu           ctermfg=253 ctermbg=238                                  
+   hi PmenuSel        ctermfg=81  ctermbg=16                                   
    hi PmenuSbar                   ctermbg=232                                  
    hi PmenuThumb      ctermfg=81

Diff lines added/removed aren't green/red

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 02 pm

When viewing such diffs with the Molokai theme, added lines are orange, while removed lines are cyan. This is the output of vim temp.diff:

screen shot 2014-05-19 at 8 23 52 pm

I've been trying to mess around with the Molokai settings to get the output to look more like what I have for git diff, especially in regard to the green/red colors of added/removed lines. In particular, I tried setting the following to Red:

  • Line 43:
    • Original

      hi DiffDelete      guifg=#960050 guibg=#1E0010
    • Modified

      hi DiffDelete      guifg=Red guibg=#1E0010
  • Line 160:
    • Original

      hi DiffDelete      ctermfg=162 ctermbg=53
    • Modified

      hi DiffDelete      ctermfg=Red ctermbg=53

Unfortunately, the changes didn't seem to do anything. Is there anything I can do to change the diff colors to be what I want?

molokai sets background=light on macvim in the terminal

In the OS X terminal using MacVim, :verbose set background? returns this:

  background=light
    Last set from ~/.vim/bundle/molokai/colors/molokai.vim

Adding set background=dark to the end of molokai.vim fixes the issue. It seems stupid, since that's already at the top of the file. Any ideas about the cause? The issue doesn't occur with non-terminal MacVim.

Details:

VIM - Vi IMproved 7.4a BETA (2013 Jul 6, compiled Jul 21 2013 16:12:00)         
MacOS X (unix) version                                                          
Included patches: 1-35                                                          
Compiled by Homebrew                                                            
Huge version with MacVim GUI.

Colors not working out of the box

Hi, bit of a vim noob here. I couldn't get your theme to work, but I could get a similar theme to work "monokai"

I found out the solution was to add

set t_Co=256

This commit to monokai says that explicitly sets the colors to 256. I don't know if that would mess with vim desktop users or not, but it made it work for me and I do love the theme.

I'm running vim 7.4.52 in the terminal on Ubuntu 14.04.

[Enhancement] Additional Vim syntax highlighting for C++ (including C++11/14)

I have been using this for a long time, but support for C++ 14 from this repo may be included for better syntax highlighting !
http://github.com/octol/vim-cpp-enhanced-highlight
This repo contains additional syntax highlighting for C++11/14/17 . Compared to the standard syntax highlighting for C++ it adds highlighting of (user defined) functions and the containers and types in the standard library / boost.
It makes syntax highlighting better !

The guibg of Search and Cursor are too similar

The gui colors of Search and Cursor are too similar:

hi Cursor          guifg=#000000 guibg=#F8F8F0
hi iCursor         guifg=#000000 guibg=#F8F8F0
hi Search          guifg=#000000 guibg=#FFE792

So that when multiple keywords are highlighted and use n to jump among them, it's not clear where the cursor is.

Vimdiff unreadable text

Hello, while seeing the vimdiff of a php file, the text which is being changed is often unreadable with the highlighting. Any fix for this?

image

The color blue never shows up for me. In python/C++

For python's for statements where it is supposed to be blue, mine are never blue.

For C++, the blue is supposed to be at the standard library functions, I don't see it. I only seem to have red, green, yellow and purple.

Am I supposed to define this somewhere?

Cursor block indicator

Hi, first: thanks for that pretty colorscheme
I only have a simple problem... When I move cursor, the "block indicator" that highlights brackets is orange, as the editor cursor.

Moving cursor is transparent and my eyes are drawn to the block indicator.

Is there any way to change color or set transparent the "block indicator" (I don't find the good name) ?

A good configuration could be:

  • set moving cursor to orange (as the current version for block indicator)
  • set block indicatror transparent, with the char under it to bold (as current version "moving cursor")

missing license

Hi, I just adopted the Arch Linux (AUR) package for vim-molokai, but I can't find any license information anywhere. What license is this colorscheme released under? BSD? MIT? Public Domain? Postcardware? :)

colors for python

The molokai colorscheme works fine for other files (like .vimrc) but it doesn't use all its colors for python files somehow.

screen shot 2018-06-20 at 8 15 02 am

I thought the colors for words like "self" would change. But it seems like only a few colors are used.
Any help?

typo? keyword should be Keyword

  1 diff --git a/colors/molokai.vim b/colors/molokai.vim                            
  2 index 1ac92ee..d02b6d5 100644                                                   
  3 --- a/colors/molokai.vim                                                        
  4 +++ b/colors/molokai.vim                                                        
  5 @@ -172,7 +172,7 @@ if &t_Co > 255                                              
  6     hi Ignore          ctermfg=244 ctermbg=232                                  
  7     hi IncSearch       ctermfg=193 ctermbg=16                                   
  8                                                                                 
  9 -   hi keyword         ctermfg=161               cterm=bold                     
 10 +   hi Keyword         ctermfg=161               cterm=bold                     
 11     hi Label           ctermfg=229               cterm=none                     
 12     hi Macro           ctermfg=193                                              
 13     hi SpecialKey      ctermfg=81                                               

molokai seems not work

image

my .vimrc:

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'L9'
Plugin 'fatih/vim-go'
Bundle 'scrooloose/nerdtree'
Plugin 'Valloric/YouCompleteMe'
Plugin 'vim-scripts/taglist.vim'
Plugin 'tomasr/molokai'
call vundle#end() 

let g:molokai_original = 1
let g:rehash256 = 1
set sw=4

" colorscheme molokai

I build vim from source and run it in docker... On my mac it work correctly

highlighting extra whitespace fails with molokai

In my ~/.vimrc there is a setting to highlight extra whitespace in the line ends. It fails to highlight with the molokai scheme but shows the spaces fine in other themes.

My settings:

" Make trailing whitespace annoyingly highlighted.
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s+$/
autocmd BufWinEnter * match ExtraWhitespace /\s+$/
autocmd InsertEnter * match ExtraWhitespace /\s+%#@<!$/
autocmd InsertLeave * match ExtraWhitespace /\s+$/
autocmd BufWinLeave * call clearmatches()

Transparent background

Is there a way to make the background transparent (use the terminal's background)?
set transparency=15 "only works in MacVim

Popup Menu

Love the theme and have used it for a long time. The popup menu colors seem off to me in the 256 color terminal mode.

I suggest the following:

hi Pmenu ctermfg=208      ctermbg=234
hi PmenuSel  ctermfg=208  ctermbg=234
hi PmenuSbar              ctermbg=234
hi PmenuThumb ctermfg=208

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.