Skip to content

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

License

Notifications You must be signed in to change notification settings

wadackel/vim-dogrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Neovim's built-in language server client.
  • Supports lightline.vim theme.
  • Supports vim-clap theme.
  • Supports nvim-treesitter.
  • Supports LSP Semantic highlights.
  • 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

Other Tools

In the future, there may be a possibility to offer separate themes, but for now, we will introduce the inline themes for each tool.

WezTerm

~/.config/wezterm/wezterm.lua

return {
  colors = {
    foreground = "#9ea3c0",
    background = "#222433",
    cursor_fg = "#222433",
    cursor_bg = "#9ea3c0",
    selection_bg = "#363e7f",
    ansi = {
      "#111219",
      "#e58585",
      "#7cbe8c",
      "#8e8a6f",
      "#4c89ac",
      "#6c75cb",
      "#73c1a9",
      "#9ea3c0",
    },
    brights = {
      "#545c8c",
      "#b871b8",
      "#7cbe8c",
      "#a8a384",
      "#589ec6",
      "#929be5",
      "#59b6b6",
      "#9ea3c0",
    },
  },
}

fzf

~/.zshrc or ~/.bashrc

export FZF_DEFAULT_OPTS='--color=fg:#8085a6,bg:#222433,hl:#bdc3e6 --color=fg+:#8085a6,bg+:#363e7f,hl+:#bdc3e6 --color=info:#929be5,prompt:#545c8c,pointer:#ff79c6 --color=marker:#b871b8,spinner:#73c1a9,header:#545c8c,border:#545c8c,gutter:-1'

Inspired

Many thanks for the following projects:

License

MIT License © wadackel

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •