Minimal Vim colorschemes inspired by tonsky's Alabaster theme. Focus on readability and reduced visual noise.
- alabaster - Light theme with subtle colors
- alabaster-bg - Light theme with background highlighting
- alabaster-dark - Dark theme with muted colors
- alabaster-mono - Light monochrome
- alabaster-dark-mono - Dark monochrome
- Vim 8+ or Neovim
- Terminal with true color support (or GUI Vim/Neovim)
Add to your .vimrc or init.vim:
call plug#begin()
Plug 'sderev/alabaster.vim'
call plug#end()
syntax enable
set termguicolors
colorscheme alabaster
" Available variants: alabaster-bg, alabaster-dark, alabaster-mono, alabaster-dark-monoThen run :PlugInstall in Vim.
mkdir -p ~/.vim/colors
cp /path/to/alabaster.vim/colors/*.vim ~/.vim/colors/Add to your .vimrc:
syntax enable
set termguicolors
colorscheme alabaster



