Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzalak/thescream.nvim
Vivid colorscheme for neovim based on "The Scream" by Edvard Munch
https://github.com/itzalak/thescream.nvim
neovim-colorscheme theme
Last synced: about 2 months ago
JSON representation
Vivid colorscheme for neovim based on "The Scream" by Edvard Munch
- Host: GitHub
- URL: https://github.com/itzalak/thescream.nvim
- Owner: itzalak
- License: mit
- Created: 2023-10-14T22:13:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:50:21.000Z (8 months ago)
- Last Synced: 2024-05-09T19:58:43.300Z (8 months ago)
- Topics: neovim-colorscheme, theme
- Language: Lua
- Homepage:
- Size: 4.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# thescream
*The scream* is a vibrant and over the top color scheme inspired by the famous composition
from [Edvard Munch](https://en.wikipedia.org/wiki/The_Scream) designed for neovim and other command line tools.Yes, it's vivid, yes, it's flashy, yes, that's intended.
![thescream-edvardnunch.png](https://github.com/itzalak/thescream.nvim/blob/main/assets%2Fthescream-edvardnunch.png)
## Why
I wanted to synchronize my day-to-day tools with a single theme and wanted to learn how to create a theme for neovim. That's it.
## Screenshot
![nvim-example.png](https://github.com/itzalak/thescream.nvim/blob/main/assets%2Fnvim-example.png)
## Instalation
**[LazyVim](https://github.com/LazyVim/LazyVim)**
```lua
{ "itzalak/thescream.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "thescream",
},
},
```**[lazy.nvim](https://github.com/folke/lazy.nvim)**
```lua
require("lazy").setup({
{ 'itzalak/thescream.nvim', name = 'thescream' }
})
```## Inspiration
If you are looking for a good theme take a look at the following ones, they are better made and more elegant!
-
-
-
-