Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!

-
-
-
-