All Projects → jdkanani → Vim Material Theme

jdkanani / Vim Material Theme

Licence: mit
Material theme for vim

Projects that are alternatives of or similar to Vim Material Theme

Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+3927.02%)
Mutual labels:  material-theme
Material
New Material —— A Material Design Theme for Typecho
Stars: ✭ 144 (-41.94%)
Mutual labels:  material-theme
Jeffrey Way Theme
Jeffrey Way's theme on Laracasts. Example: https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/2.
Stars: ✭ 180 (-27.42%)
Mutual labels:  material-theme
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+552.02%)
Mutual labels:  material-theme
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 (-42.74%)
Mutual labels:  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 (+4536.29%)
Mutual labels:  material-theme
Npp Material Theme
Material Theme, the most epic theme for Notepad++ | Dark Theme
Stars: ✭ 60 (-75.81%)
Mutual labels:  material-theme
Vuebase
Building Vuebase : a Firebase-like theme : https://vuebase-theme.firebaseapp.com built with Vue and Vuetify (https://vuetifyjs.com)
Stars: ✭ 227 (-8.47%)
Mutual labels:  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 (-42.34%)
Mutual labels:  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 (-32.26%)
Mutual labels:  material-theme
Jupyterlab materialdarker
The Material Darker theme for JupyterLab
Stars: ✭ 120 (-51.61%)
Mutual labels:  material-theme
Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (-43.15%)
Mutual labels:  material-theme
Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+648.79%)
Mutual labels:  material-theme
Material Github
A Material Dark Theme for GitHub
Stars: ✭ 115 (-53.63%)
Mutual labels:  material-theme
Minimalist
A Material Color Scheme Darker for Vim.
Stars: ✭ 205 (-17.34%)
Mutual labels:  material-theme
Skywalker
A material design theme for ghost blog 🙈🌈🍇
Stars: ✭ 80 (-67.74%)
Mutual labels:  material-theme
Material Theme
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
Stars: ✭ 11,093 (+4372.98%)
Mutual labels:  material-theme
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (-6.85%)
Mutual labels:  material-theme
Hcz Jekyll Blog
A simple material theme for blogger
Stars: ✭ 220 (-11.29%)
Mutual labels:  material-theme
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (-33.47%)
Mutual labels:  material-theme

material-theme

Material theme for vim

Based on Sublime Text 3 Material theme by @equinusocio

VIM screenshot

Installation

Option 1: Manual installation

  1. Move material-theme.vim to your .vim/colors directory. After downloading the vim script or package:

    $ mv colors/material-theme.vim ~/.vim/colors/
    

Option 2: Pathogen installation (recommended)

  1. Download and install Tim Pope's [Pathogen].

  2. Next, move or clone the vim-material-theme directory so that it is a subdirectory of the .vim/bundle directory.

    $ cd ~/.vim/bundle
    $ git clone https://github.com/jdkanani/vim-material-theme
    

Modify .vimrc

After either Option 1 or Option 2 above, put the following two lines in your .vimrc:

syntax enable
set background=dark
colorscheme material-theme

or, for the light background mode of Material Theme:

syntax enable
set background=light
colorscheme material-theme
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].