/vim-dogrun

:dog: A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.

Primary LanguageRustMIT LicenseMIT

vim-dogrun

CI LICENSE

A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.

Features

  • No configuration are required to start using it.
  • Support 256 colors terminal.
  • Supports lightline.vim theme.
  • Supports vim-clap theme.
  • Supports nvim-treesitter.
  • Loading speed is increased by precompiled script. (powered by Rust)

Check here for a list of supported file types and plugins 💪

Gallery

Neovim (GUI)

Neovim

Vim (with 256 colors)

Vim

Installation

This is an example of installation using vim-plug.

Plug 'wadackel/vim-dogrun'

Usage

Add the following settings to your $MYVIMRC (.vimrc or init.vim).

colorscheme dogrun

Options

lightline theme

If you want, specify dogrun to colorscheme.

let g:lightline = {
  \ 'colorscheme': 'dogrun',
  \ }

vim-clap theme

If you want, specify dogrun to g:clap_theme.

let g:clap_theme = 'dogrun'

Supported Filetypes & Plugins

There are not many Ftypes and Plugins supported by dogrun yet.
From now on, we will gradually support it 🐶

Filetypes

Plugins

Inspired

Many thanks for the following projects:

License

MIT License © wadackel