lcdsmao / vim-dogrun

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-dogrun

Actions Status

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

Gallery

Neovim (GUI)

Neovim

Vim (with 256 colors)

Vim

Features

  • No configuration are required to start using it.
  • Support 256 colors terminal.
  • Supports lightline.vim theme.
  • Supports vim-clap theme.
  • Loading speed in increased by precompiled script.

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

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 for colorscheme.

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

vim-clap theme

If you want, specify dogrun for 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

About

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

License:MIT License


Languages

Language:Rust 73.7%Language:Vim Script 26.1%Language:Makefile 0.2%