kepford / cobalt2.vim

Cobalt 2 colorscheme for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cobalt2.vim

Cobalt 2 colorscheme for Vim, converted from Wes Bos' Sublime Text adaptation: https://github.com/wesbos/cobalt2

This colorscheme is raw for now. HTML syntax highlighting is mostly complete, JavaScript and CSS are work-in-progress and a few bits of Twig are sprinkled in. Please consider this Alpha quality software for the time being.

There are currently no terminal colors and given the limited color support of many terminal emulators, I don't I ever will. The scheme works quite good with Neovim though, if you enable its true color mode: export NVIM_TUI_ENABLE_TRUE_COLOR=1

Pull requests for additional language support are very welcome.

Screenshots

HTML

HTML

Installation

Option 1: Manual installation

Move cobalt2.vim to your .vim/colors directory.

Option 2: Install with a package manager

NeoBundle

NeoBundle 'herrbischoff/cobalt2.vim'

Send a Tip my Way

In case you feel particularly generous today, you can buy me a coffee. That would really make my day. Kindness of strangers and all that. If you can't or won't, no hard feelings.

Bitcoin: 1HXi42h9Uk5LmDrq1rVv8ykaFoeARTXw9P

License

The MIT License (MIT)

Copyright (c) 2015 Marcel Bischoff

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Cobalt 2 colorscheme for Vim


Languages

Language:Vim Script 100.0%