https://github.com/muellan/am-colors
my vim colorschemes (dark & light)
https://github.com/muellan/am-colors
color-scheme vim vim-colorschemes
Last synced: about 1 year ago
JSON representation
my vim colorschemes (dark & light)
- Host: GitHub
- URL: https://github.com/muellan/am-colors
- Owner: muellan
- Created: 2016-09-22T12:14:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T12:30:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T11:11:21.122Z (about 1 year ago)
- Topics: color-scheme, vim, vim-colorschemes
- Language: Vim script
- Size: 198 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# am-colors
## amdark

## amlight

## ampresent
A light, high-contrast colorscheme optimized for presentations.

## Features
Although all schemes come with support for 256-color terminals they are best viewed with 24-Bit
color support (`set termguicolors`).
### Highlighting for Plugins
- [ALE (Asynchronous Lint Engine)](https://github.com/w0rp/ale)
- [bufexplorer](https://github.com/jlanzarotta/bufexplorer)
- [Clap](https://github.com/liuchengxu/vim-clap)
- [CleverF](https://github.com/rhysd/clever-f.vim)
- CtrlP
- [GitGutter](https://github.com/airblade/vim-gitgutter)
- [HighlightedYank](https://github.com/machakann/vim-highlightedyank)
- [braceless](https://github.com/tweekmonster/braceless.vim)
- easytags
- find & replace
- indent guides
- indent line
- netrw
- multi-cursor
- [NERDTree](https://github.com/scrooloose/nerdtree)
- [Poppy](https://github.com/bounceme/poppy.vim)
- signify
- [signature](https://github.com/kshenoy/vim-signature)
- [startify ](https://github.com/mhinz/vim-startify)
- [tagbar](https://github.com/preservim/tagbar)
- [visual-multi](https://github.com/mg979/vim-visual-multi)
### Support for Newer Highlight Groups
- [CurSearch](https://vimhelp.org/syntax.txt.html#hl-CurSearch)
- [CursorLineSign](https://vimhelp.org/syntax.txt.html#hl-CursorLineSign)
- [CursorLineFold](https://vimhelp.org/syntax.txt.html#hl-CursorLineFold)
- [LineNrAbove](https://vimhelp.org/syntax.txt.html#hl-LineNrAbove)
- [LineNrBelow](https://vimhelp.org/syntax.txt.html#hl-LineNrBelow)
### Special File Type Support
- xml
- html
- json
- Mathematica (mma)
License: GPL3