All Projects → dikiaap → Minimalist

dikiaap / Minimalist

Licence: mit
A Material Color Scheme Darker for Vim.

Projects that are alternatives of or similar to Minimalist

Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (-31.22%)
Mutual labels:  material-design, material-ui, material-theme
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+5508.78%)
Mutual labels:  material-design, material-ui, material-theme
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-33.17%)
Mutual labels:  material-design, material-ui, material-theme
Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+805.85%)
Mutual labels:  material-design, material-ui, material-theme
Materialnavigationview Android
📱 Android Library to implement Rich, Beautiful, Stylish 😍 Material Navigation View for your project with Material Design Guidelines. Easy to use.
Stars: ✭ 168 (-18.05%)
Mutual labels:  material-design, material-ui, material-theme
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+309.27%)
Mutual labels:  material-design, material-ui, material-theme
Material Theme
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
Stars: ✭ 11,093 (+5311.22%)
Mutual labels:  material-design, material-ui, material-theme
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (+12.68%)
Mutual labels:  material-design, material-ui, material-theme
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (-19.51%)
Mutual labels:  material-design, material-ui, material-theme
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (+96.59%)
Mutual labels:  material-design, material-ui, material-theme
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+4771.71%)
Mutual labels:  material-design, material-ui, material-theme
Material Singleinputform
A single EditText instead of a classical form. Library that implements flavienlaurent's singleinputform
Stars: ✭ 202 (-1.46%)
Mutual labels:  material-design, material-ui
Material Dashboard React
React version of Material Dashboard by Creative Tim
Stars: ✭ 1,947 (+849.76%)
Mutual labels:  material-design, material-ui
Android Multi Theme Ui
Android multi theme UI implementation with day night mode. This repository cover theme changes at runtime, user can select theme from pre-defined multiple themes and changes reflect dynamically on the go.
Stars: ✭ 142 (-30.73%)
Mutual labels:  material-design, material-theme
Chromaterial
ChroMATERIAL is an IntelliJ Platform coloring scheme that expresses the chromatic nature of Material Design within IntelliJ and Android Studio. It is intended to highlight the most import aspects of your code.
Stars: ✭ 143 (-30.24%)
Mutual labels:  material-design, material-theme
Blazormaterial
Blazor components implementing Google's Material components for web - https://material.io/components/web
Stars: ✭ 136 (-33.66%)
Mutual labels:  material-design, material-ui
Generator Jhipster React
DEPRECATED: feature moved to main generator
Stars: ✭ 155 (-24.39%)
Mutual labels:  material-design, material-ui
Notistack
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
Stars: ✭ 2,562 (+1149.76%)
Mutual labels:  material-design, material-ui
Ha client
It was the first Home Assistant fully native Android client from the times when there was no any official alternatives
Stars: ✭ 166 (-19.02%)
Mutual labels:  material-design, material-ui
Lightdm Webkit Material
[PROJECT ABANDONED] A material design LightDM Webkit greeter theme
Stars: ✭ 187 (-8.78%)
Mutual labels:  material-design, material-ui

Minimalist on HTML

Minimalist

Minimalist is a Material Color Scheme Darker for Vim & inspired by Material Theme.

Installation

To install this color scheme, you can use one of the following ways:

  • Use Vundle by adding to your .vimrc Vundle 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.

OR

  • Use Pathogen:

    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:

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

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
  • XML

If you need more syntax highlighting, you can use vim-polyglot.

Links

GitHub · Vim.org · Vim Awesome

License

MIT © Diki Ananta

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].