SkillAgentSearch skills...

Neodark.vim

A dark color scheme for vim

Install / Use

/learn @KeitaNakamura/Neodark.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

header

Installation

Plug 'KeitaNakamura/neodark.vim' " vim-plug
set termguicolors                " recommended
colorscheme neodark

Options

NOTE: All options must be before setting colorscheme

To use your default terminal background:

let g:neodark#terminal_transparent = 1 " default: 0

If you want solid vertical split matching the statusline:

let g:neodark#solid_vertsplit = 1 " default: 0

To use italics:

let g:neodark#italics = 1 " default: 0

Status bar

airline and lightline themes are also included. For lightline,

let g:lightline = {}
let g:lightline.colorscheme = 'neodark'

For airline, just use!

Terminal themes

Custom terminal themes are also available (see term folder). If you use a terminal which doesn't support true color like Terminal.app, you can get a true color scheme by enabling g:neodark#use_custom_terminal_theme.

let g:neodark#use_custom_terminal_theme = 1 " default: 0

Inspiration and special thanks

Related Skills

View on GitHub
GitHub Stars410
CategoryDevelopment
Updated7mo ago
Forks33

Languages

Vim Script

Security Score

72/100

Audited on Aug 21, 2025

No findings