All Projects → freeo → Vim Kalisi

freeo / Vim Kalisi

Licence: other
The colorscheme with neovim in mind

Labels

Projects that are alternatives of or similar to Vim Kalisi

Eregex.vim
Perl/Ruby style regexp notation for Vim
Stars: ✭ 180 (-13.04%)
Mutual labels:  viml
Vim Sneak
The missing motion for Vim 👟
Stars: ✭ 2,467 (+1091.79%)
Mutual labels:  viml
Vimfiles
My Vim configuration
Stars: ✭ 201 (-2.9%)
Mutual labels:  viml
Vim Glsl
Vim runtime files for OpenGL Shading Language
Stars: ✭ 184 (-11.11%)
Mutual labels:  viml
Textobj Word Column.vim
Adds text-objects for word-based columns in Vim.
Stars: ✭ 189 (-8.7%)
Mutual labels:  viml
Vimwiki
Personal Wiki for Vim
Stars: ✭ 193 (-6.76%)
Mutual labels:  viml
Neovim Config
Neovim configuration
Stars: ✭ 180 (-13.04%)
Mutual labels:  viml
Vim Distinguished
A dark vim color scheme for 256-color terminals.
Stars: ✭ 205 (-0.97%)
Mutual labels:  viml
Dot Vimrc
Maple's vim config files
Stars: ✭ 2,192 (+958.94%)
Mutual labels:  viml
Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (-4.83%)
Mutual labels:  viml
Vimfiles
Ruby/Rails centric vimfiles with support for Git, RVM and more.
Stars: ✭ 185 (-10.63%)
Mutual labels:  viml
Github.vim
Another github v3 api implemented in vim script
Stars: ✭ 187 (-9.66%)
Mutual labels:  viml
Clojurewest2012 Slides
Slides from Clojure/West 2012
Stars: ✭ 196 (-5.31%)
Mutual labels:  viml
Vimclojure
A filetype, syntax and indent plugin for Clojure
Stars: ✭ 182 (-12.08%)
Mutual labels:  viml
Vim Go
Go development plugin for Vim
Stars: ✭ 14,085 (+6704.35%)
Mutual labels:  viml
Tabman.vim
Tab management for Vim
Stars: ✭ 180 (-13.04%)
Mutual labels:  viml
Dotfiles
config files for zsh, bash, completions, gem, git, irb, rails
Stars: ✭ 2,206 (+965.7%)
Mutual labels:  viml
Cocoa.vim
Vim plugin for Cocoa/Objective-C development. No longer actively developed.
Stars: ✭ 205 (-0.97%)
Mutual labels:  viml
8cc.vim
C Compiler written in Vim script
Stars: ✭ 205 (-0.97%)
Mutual labels:  viml
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (-4.83%)
Mutual labels:  viml

Vim Colorscheme: kalisi

Version 0.8

The colorscheme with neovim in mind.

Main features:

  • Dark Theme
  • Light Theme
  • 256 color terminal support
  • Support for several plugins

Optimized for the following languages:

  • C/C++
  • HTML (+ Django, JavaScript)
  • LaTeX
  • Python
  • Vim

Screenshots

Font: Liberation Mono 10pt

The airline theme is named kalisi as well and already included in bling/vim-airline. Just add this to your vimrc, if you like the airline theme displayed in the screenshots:

let g:airline_theme='kalisi'

Dark Kalisi v0.8

Python

screenshot

Vim

screenshot

C/C++

screenshot

HTML

Django

screenshot

JavaScript (embedded)

screenshot

diff

screenshot

syntax.txt

screenshot screenshot

Light Kalisi v0.7

No new screenshots, because changes almost invisible in the grand scale, see the change log.

Python

screenshot

Vim

screenshot

C/C++

screenshot

HTML

Django

screenshot

JavaScript (embedded)

screenshot

diff

screenshot

syntax.txt

screenshot screenshot

Installation

Vundle

  1. Add this to your vimrc:

     Bundle 'https://github.com/freeo/vim-kalisi'
    
     colorscheme kalisi
     set background=light
     " or 
     set background=dark
     " if you don't set the background, the light theme will be used
    
  2. Run

     :BundleInstall
    
  3. Restart Vim

Pathogen

  1. Run this command from your terminal

     cd ~/.vim/bundle
     git clone https://github.com/freeo/vim-kalisi
    
  2. Set in vimrc as above and restart Vim

256 color terminal

  1. Make sure your terminal supports 256 colors

  2. In addition to the installation, add this to your vimrc:

     set t_Co=256
    
     " in case t_Co alone doesn't work, add this as well:
     let &t_AB="\e[48;5;%dm"
     let &t_AF="\e[38;5;%dm"
    

About

Explicitly supported plugins:

I consider this colorscheme all-new, because of the countless changes & iterations and because there is no resemblance to existing themes. The following colorschemes were influential in the beginning: blackboard, github, molokai, pyte and winter.

Thanks to https://github.com/godlygeek/csapprox, which helped greatly in bringing 256 color terminal support to this colorscheme!

Suggestions for improving support for other programming languages and plugins are welcome!

It contains two themes, one for each background setting (light and dark). The default colorscheme is light, as is Vims default setting, if you don't set the background manually.

Following the neovim project, this colorscheme is licensed under the Apache 2.0 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].