Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunacookies/vim-mayanfog

A minimal version of the Mayansmoke colourscheme for Vim
https://github.com/lunacookies/vim-mayanfog

Last synced: 16 days ago
JSON representation

A minimal version of the Mayansmoke colourscheme for Vim

Awesome Lists containing this project

README

        

Mayanfog



a minimal version of the Mayansmoke colourscheme for Vim


made in Colortemplate, the Toolkit for Vim Colourscheme Designers

## Installation

Use your favorite runtimepath/plugin manager, or place `mayanfog.vim` into
`~/.vim/colors/` for Unix and `%userprofile%\vimfiles\colors\` for Windows.

## Usage

If you’re using a GUI, then Mayanfog should work out of the box. However, if
you’re planning on using Mayanfog in a terminal, then you must add

set termguicolors

to your `vimrc`. If your terminal does not support True Colour, then you’re out
of luck – Mayanfog requires colours outside of the standard 256-colour palette.

In case you like Mayanfog so much you want the colours in your terminal to match
it, then you can enter the colours below into your terminal emulator:

| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#F4F4E8` | `#E9E9DE` |
| Red | `#CD3333` | `#CD3333` |
| Green | `#6E8B3D` | `#6E8B3D` |
| Yellow | `#F0E68C` | `#FF8C00` |
| Blue | `#557788` | `#96AAC2` |
| Magenta | `#8B2252` | `#8B2252` |
| Cyan | `#458B74` | `#458B74` |
| White | `#52524E` | `#000000` |
| Foreground | `#000000` | |
| Background | `#F4F4E8` | |

A preset for iTerm is included with this repository (`mayanfog.itermcolors`).