Git Product home page Git Product logo

vim-kalisi's Introduction

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.

vim-kalisi's People

Contributors

freeo avatar mkrull avatar jm-janzen avatar sugiura-hiromichi avatar

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.