A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
- No configuration is required to start using it.
- Supports 256 color terminals.
- Supports Neovim's built-in language server client.
- Supports lightline.vim theme.
- Supports nvim-treesitter.
- Supports LSP Semantic highlights.
- Fast loading with precompiled colorscheme files generated by Rust.
- Maintainable and consistent color definitions powered by a Rust-based generator.
Check here for a list of supported file types and plugins 💪
Using vim-plug
Plug 'wadackel/vim-dogrun'Using lazy.nvim
{
'wadackel/vim-dogrun',
lazy = false,
priority = 1000,
}Add the following settings to your $MYVIMRC (.vimrc or init.vim).
colorscheme dogrunIf you want, specify dogrun to colorscheme.
let g:lightline = {
\ 'colorscheme': 'dogrun',
\ }If you want, specify dogrun to g:clap_theme.
let g:clap_theme = 'dogrun'ccppcsdiffgo(vim-go)graphql(vim-graphql)htmljavascriptjsonmakemarkdown(vim-markdown)pythonrubyrust(rust.vim)toml(vim-toml)typescript(yats.vim)vimyamlzsh
- ALE
- Blink Completion
- Copilot.vim
- Diffview.nvim
- avante.nvim
- clever-f.vim
- coc.nvim
- conflict-marker.vim
- defx-git
- defx-icons
- dressing.nvim
- easymotion
- fern.vim
- fidget.nvim
- flash.nvim
- fugitive.vim
- fzf.vim
- gitsigns.nvim
- hop.nvim
- lightline.vim
- mini.jump
- null-ls.nvim
- nvim-cmp
- nvim-hlslens
- nvim-notify
- nvim-tree/nvim-tree.lua
- nvim-treesitter
- snacks.nvim (Partial Support)
- telescope.nvim
- vim-clap
- vim-gitgutter
- vim-lsp
- vimfiler
In the future, there may be a possibility to offer separate themes, but for now, we will introduce the inline themes for each tool.
~/.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",
},
},
}~/.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'Many thanks for the following projects: