All Projects → wadackel → Vim Dogrun

wadackel / Vim Dogrun

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

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Vim Dogrun

Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-58.62%)
Mutual labels:  neovim, vim-colorscheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+6.9%)
Mutual labels:  neovim, vim-colorscheme, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+33.72%)
Mutual labels:  neovim, vim-colorscheme, colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-83.91%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Janah
Vim colorscheme.
Stars: ✭ 172 (-34.1%)
Mutual labels:  neovim, colorscheme
Alacritty Colorscheme
Change colorscheme of alacritty with ease.
Stars: ✭ 184 (-29.5%)
Mutual labels:  neovim, colorscheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (-65.9%)
Mutual labels:  neovim, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-74.33%)
Mutual labels:  colorscheme, vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-61.69%)
Mutual labels:  colorscheme, vim-colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (-45.98%)
Mutual labels:  colorscheme, vim-colorscheme
boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.
Stars: ✭ 62 (-76.25%)
Mutual labels:  neovim, colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-39.46%)
Mutual labels:  neovim, colorscheme
Oceanic Material
Oceanic Material Colorscheme on Vim/NeoVim
Stars: ✭ 117 (-55.17%)
Mutual labels:  neovim, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-87.36%)
Mutual labels:  colorscheme, vim-colorscheme
zephyr-nvim
A dark neovim colorscheme written in lua
Stars: ✭ 196 (-24.9%)
Mutual labels:  neovim, colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-79.69%)
Mutual labels:  colorscheme, vim-colorscheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-42.15%)
Mutual labels:  colorscheme, vim-colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-86.59%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Horizon
Adaptation of VS Code horizon colorscheme for Vim
Stars: ✭ 82 (-68.58%)
Mutual labels:  neovim, vim-colorscheme
Seabird
a vim and terminal theme based on hue 204 (blue, blue...)
Stars: ✭ 84 (-67.82%)
Mutual labels:  neovim, vim-colorscheme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].