Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikiaap/minimalist
A Material Color Scheme Darker for Vim.
https://github.com/dikiaap/minimalist
airline-themes material-design material-theme material-ui minimalist vim vim-colors vim-colorscheme
Last synced: 5 days ago
JSON representation
A Material Color Scheme Darker for Vim.
- Host: GitHub
- URL: https://github.com/dikiaap/minimalist
- Owner: dikiaap
- License: mit
- Created: 2016-12-02T09:26:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T18:34:03.000Z (8 months ago)
- Last Synced: 2024-08-01T17:41:28.452Z (3 months ago)
- Topics: airline-themes, material-design, material-theme, material-ui, minimalist, vim, vim-colors, vim-colorscheme
- Language: Vim Script
- Homepage: https://git.io/minimalist
- Size: 50.8 KB
- Stars: 297
- Watchers: 11
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Minimalist - A Material Colorscheme Darker for Vim. (Plugins)
- awesome-indonesia-repo - Minimalist - A Material Colorscheme Darker for Vim. (Plugins)
- awesome-vietnam-repo - Minimalist - A Material Colorscheme Darker for Vim. (Plugin)
README
# Minimalist
Minimalist is a Material Color Scheme Darker for Vim & inspired by
[Material Theme](https://github.com/equinusocio/material-theme).## Installation
To install this color scheme, you can use one of the following ways:
- Use [Vundle](https://github.com/VundleVim/Vundle.vim#quick-start) by adding
to your `.vimrc` Vundle plugin section:Plugin 'dikiaap/minimalist'
Then run `:PluginInstall`.
OR
- Use [vim-plug](https://github.com/junegunn/vim-plug#installation) by adding
to your `.vimrc` vim-plug section:Plug 'dikiaap/minimalist'
Then run `:PlugInstall`.
OR
- Use [Pathogen](https://github.com/tpope/vim-pathogen#installation):
Run the following in a terminal:
cd ~/.vim/bundle
git clone https://github.com/dikiaap/minimalist## Usage
After finishing installation, put this code to your `.vimrc`:
```viml
set t_Co=256
syntax on
colorscheme minimalist
```This color scheme also built-in with airline theme. If you wanna use:
```viml
let g:airline_theme='minimalist'
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
```## Support
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
* XMLIf you need more syntax highlighting, you can use
[vim-polyglot](https://github.com/sheerun/vim-polyglot).## Links
[GitHub](https://github.com/dikiaap/minimalist) ·
[Vim.org](https://www.vim.org/scripts/script.php?script_id=5490) ·
[Vim Awesome](https://vimawesome.com/plugin/minimalist-vim)## License
MIT © Diki Ananta