kocisov / boa.vim

BOA colorscheme for vim and neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boa.vim

Colorscheme for vim and neovim. It works only in terminals with 24-bit colour support.

Screenshots

Python

Python

Instruction

Add this lines to your .vimrc

set guicolors
set background=dark
colorscheme boa

For neovim add this lines to your init.vim(neovim config file)

set termguicolors
set background=dark
colorscheme boa

Configured for

  • CSS(CSS3, Less, Sass)
  • HTML/HTML5
  • JavaScript
  • Markdown
  • Python/Django
  • Shell

TODO

  • Better description
  • Add links to used vim-syntaxes
  • Think about changing some highlight colors for CSS, Less, Sass, HTML
  • Configure for more languages(Ruby, Php). Less interesting.

About

BOA colorscheme for vim and neovim

License:MIT License


Languages

Language:Vim Script 100.0%