Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lunacookies/vim-mayanfog
- Owner: lunacookies
- Created: 2019-03-14T19:42:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T22:39:49.000Z (over 5 years ago)
- Last Synced: 2024-10-22T18:25:56.666Z (2 months ago)
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 addset 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`).