minimalist.vim : A Material Color Scheme Darker for Vim
script karma |
Rating 175/75,
Downloaded by 7295 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Diki Ananta |
|
script type |
color scheme |
|
description |
Minimalist is a Material Color Scheme Darker for Vim & inspired by https://github.com/equinusocio/material-theme.
Screenshot & Details: https://github.com/dikiaap/minimalist
As you know, color scheme in vim by default supports many programming languages.
At this time minimalist is looks beautiful & focused on:
- C++
- CSS/CSS3
- HTML/HTML5
- JavaScript
- Markdown
- PHP
- Python
- Ruby
- Sass
- Shell
- XML |
|
install details |
Copy minimalist.vim file
cp colors/minimalist.vim ~/.vim/colors
OR
Use Vundle by adding to your .vimrc plugin section:
Plugin 'dikiaap/minimalist'
Then run :PluginInstall
OR
Use vim-plug by adding to your .vimrc vim-plug section:
Plug 'dikiaap/minimalist'
Then run :PlugInstall
After finishing installation, put this code to your .vimrc:
set t_Co=256
syntax on
colorscheme minimalist
This color scheme also built-in with airline theme. If you wanna use:
let g:airline_theme='minimalist'
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1 |
|
script versions (upload new version)
Click on the package to download.
minimalist-1.6.zip |
v1.6 |
2018-06-07 |
7.0 |
Diki Ananta |
- Refactoring airline theme. |
minimalist-1.5.zip |
v1.5 |
2018-01-17 |
7.0 |
Diki Ananta |
- Add airline theme.
- Fix comments color which is hardly visible.
- Minor improvements. |
minimalist.vim |
v1.4 |
2017-06-07 |
7.0 |
Diki Ananta |
- Added red accent in airline theme.
- Enhancement in general colorscheme.
- Enhancement in syntax highlighting.
- `MoreMsg`, `Question`, and `WildMenu`.
- `FoldColumn`, `Error`, and `Spell`.
- Minor improvements. |
minimalist.vim |
v1.3 |
2017-04-24 |
7.0 |
Diki Ananta |
- Fixed vendor prefixes in CSS Property.
- Fixed XML end tag.
- Update syntax highlighting.
- Bug fixes and minor improvements. |
minimalist.vim |
v1.2 |
2017-01-03 |
7.0 |
Diki Ananta |
- Fixed colors warning and error in airline theme.
- Change line number fg & bg colors like in material-theme. |
minimalist.vim |
v1.1 |
2016-12-09 |
7.0 |
Diki Ananta |
- Added airline theme.
- Added Sass, XML, and Markdown syntax highlighting.
- Update syntax highlighting.
- Added NERDTree support.
- Improve blue light and white colors.
- Bug fixes and minor improvements. |
minimalist.vim |
1.0 |
2016-12-02 |
7.0 |
Diki Ananta |
Initial upload |
ip used for rating: 18.97.9.172
|