Skip to content

cohlin/vim-colorschemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Colorschemes

  • Your terminal must support 256color (iterm2)

Screenshot - py-darcula

alt py-darcula

Screenshot - xcode-default

alt xcode-default

Vim colorschemes

  • py-darcula (fits airline theme: darcula)

    • A theme reminiscent of pyCharm darcula theme
  • xcode-default (fits airline theme: edocx)

    • A theme reminiscent of xcode default theme

Airline themes

  • edocx (fits vim colorscheme: xcode-default)
  • darcula (fits vim colorscheme: py-darcula)

Installation

Basic install

mkdir ~/.vim
git clone https://github.com/cohlin/vim-colorschemes.git ~/.vim

if you use vim + pathogen

cd ~/.vim
git submodule add https://github.com/cohlin/vim-colorschemes.git bundle/vim-colorschemes

if you use vim + vundle

" add to .vimrc
Plugin 'cohlin/vim-colorschemes'
:PluginInstall

How to use

Change the colorscheme in your .vimrc:

with py-darcula theme:

" Airline theme
let g:airline_theme = "darcula"

" Vim colorscheme
colorscheme py-darcula

with xcode-default theme:

" Airline theme
let g:airline_theme = "edocx"

" Vim colorscheme
colorscheme xcode-default

About

Vim Colorschemes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published