Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T18:57:57.000Z (2 months ago)
- Last Synced: 2024-09-12T05:09:20.299Z (2 months ago)
- Topics: colorscheme, material-design, neovim, vim, vim-colorscheme
- Language: Vim Script
- Homepage:
- Size: 71.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- 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
![Light](https://user-images.githubusercontent.com/21310755/261866245-9a36beb0-e756-43a2-85ad-3a21f1d9b643.png)
## Dark
![Dark](https://user-images.githubusercontent.com/21310755/261866219-60c291a9-8ed3-4a51-8d7d-fa0e169ae667.png)
# 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.