https://github.com/vimpostor/vim-prism
A modern vim colorscheme 🎨
https://github.com/vimpostor/vim-prism
colorscheme material-design neovim vim vim-colorscheme
Last synced: 10 months ago
JSON representation
A modern vim colorscheme 🎨
- Host: GitHub
- URL: https://github.com/vimpostor/vim-prism
- Owner: vimpostor
- License: gpl-3.0
- Created: 2021-02-06T19:40:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T18:57:57.000Z (over 1 year ago)
- Last Synced: 2025-04-21T05:41:37.616Z (about 1 year ago)
- Topics: colorscheme, material-design, neovim, vim, vim-colorscheme
- Language: Vim Script
- Homepage:
- Size: 71.3 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vim-prism
`prism` is a modern colorscheme based on the Material design palette.
- Dark and light theme support
- Material design colors
- True color support
- Vibrant and colorful
## Light

## Dark

# Installation
With `vim-plug` add the following lines to your `.vimrc`:
```vim
Plug 'vimpostor/vim-prism'
colorscheme prism
```
Use the `background` option to switch between the dark and light theme.