Skip to content

A Vim dark colorscheme only for terminals supporting 256 colors

License

Notifications You must be signed in to change notification settings

adiospace/vim-adio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Adio

Requires Vim 7.3 or greater

Adio is a dark colorscheme for Vim made only for terminals suporting 256 colors. Syntax highlighting is based on Monokai colorscheme.

The colorscheme is 1/3 part of Adio theme, a theme for terminals, tmux and Vim.

Install

You can easily install it using a plugin manager like Vundle or Pathogen.

For example, if you have Vundle installed, you just declare the bundle you wish to install in your .vimrc

Bundle 'adrianolaru/vim-adio'

and then open Vim and run :BundleInstall command.

Configuration

To make the Vertical Split Character look like a line, make sure you add this to your .vimrc file:

set encoding=utf-8
set fillchars=vert:\│

To enable the current line number highlighting, set the cursorline and number.

set number
set cursorline

About

A Vim dark colorscheme only for terminals supporting 256 colors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages