Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Material Color Scheme Darker for Vim.
Minimalist is a dark Vim color scheme based on Material Theme, distributed as a plugin that can be installed with Vundle, vim-plug, or Pathogen.
Minimalist is a color scheme for Vim that applies a Material Design inspired darker palette to the editor. It takes a user's .vimrc configuration as input and produces a re-themed syntax highlighting interface across the editor. The theme was created by Diki Ananta and is released under the MIT license, with a public repository and listings on Vim.org and Vim Awesome.
let g:airline_theme='minimalist', allowing the statusline to share the same darker palette.Plugin 'dikiaap/minimalist' or Plug 'dikiaap/minimalist'.g:airline_powerline_fonts = 1 and g:airline#extensions#tabline#enabled = 1.set t_Co=256 and syntax on in .vimrc to display the full palette.minimalist..vimrc to theme both the buffer and the statusline in a matching darker palette.After adding the appropriate plugin line to .vimrc (Vundle, vim-plug, or Pathogen) and running the install command, you enable the theme with three lines: set t_Co=256, syntax on, and colorscheme minimalist. For airline integration, two additional let g: lines set the theme and enable powerline fonts.
.vimrc.Minimalist is free and open source, distributed under the MIT license.
Yes, Minimalist is free and open source, released under the MIT license. You can use it, modify it, and distribute it for personal or commercial projects without paying fees.
You can install Minimalist with Vundle, vim-plug, or Pathogen. For vim-plug, add Plug 'dikiaap/minimalist' to your .vimrc, run :PlugInstall, then set the colorscheme with colorscheme minimalist.
The theme focuses on C++, CSS/CSS3, HTML/HTML5, JavaScript, Markdown, PHP, Python, Ruby, Sass, Shell, and XML. For additional languages, the README recommends installing the vim-polyglot plugin.
Yes, Minimalist has a built-in airline theme. Activate it by adding let g:airline_theme='minimalist' to your .vimrc, optionally enabling powerline fonts and the tabline extension as well.
The scheme is designed as a darker palette, so it requires a terminal with 256-color support. You must set set t_Co=256 in .vimrc for the colors to render correctly.
