Skip to content

fuadsaud/Monrovia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monrovia

Monrovia version 1.0.0

Screenshot

Terminal Emulators

This repo includes configuration files for using Monrovia in several terminal emulators, as well as a Vim/Neovim plugin. Please refer to your terminal emulator docs for info on how to use them.

Vim

24 Bit Color Setup (Recommended)

If you have a GUI Vim or a 24-bit terminal with Vim 8 or Neovim, add this to your vimrc:

set termguicolors
colorscheme Monrovia

Not sure if your terminal supports 24 bit colorschemes? Check out this list: Truecolor Supported Terminals

ANSI Setup

If you do not have Vim8 you can still run Monrovia in full color. You will need to use the Monrovia terminal theme in conjunction with the Monrovia.vim colorscheme. Essentially this method works similar to the Base-16 colorschemes in that vim will target the terminal colors ( 0 - 15 ). Then add this to your vimrc:

colorscheme Monrovia

Installation

You can use your vim package manager of choice to install monrovia

There are a few ways to install Monrovia. The first option is by using your favorite vim package manager and the second is by manual download.

Via Package Manager

Manager Location Setup
Vundle add to .vimrc: Plugin 'fuadsaud/Monrovia'
NeoBundle add to .vimrc: NeoBundle 'fuadsaud/Monrovia'
VimPlug add to .vimrc: Plug 'fuadsaud/Monrovia'
Pathogen from terminal: git clone https://github.com/fuadsaud/Monrovia ~/vim/bundle/

Manual Download

Download the .zip and copy Monrovia.vim to ~/.vim/colors (on Windows <your-vim-dir>\vimfiles\colors). Or for global accessibility, /usr/share/vim/vimfiles/colors.

Get in touch

Feedback, issues or suggestions?. Open an Issue!

Languages

  • Vim Script 90.6%
  • Shell 9.4%