Skip to content

kamwitsta/vinyl.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📀 Vinyl

This scheme has been modelled on the examples in this talk. I reached out to the speaker but got no reply. He probably used this one but by the time I found out, this scheme was already almost finished and it has turned out somewhat different, and in fact more to my liking, so… Behold, an immitation of a modification of a modification of gruvbox.

A warm, feel-good theme with slightly unusual semantics.

image

⚠️ This is an early version. Expect breaking changes, whatever this might mean in this case. Also, there aren’t any extras except nvim-lualine but let me know if you’d like me to add something. There’s TreeSitter support though, so there’s that.

Installation

The theme should work with any package manager. For example, with lazy.nvim, add the following to your plugins.lua:

{ "kamwitsta/vinyl.nvim" },

Configuration

At present, only one option is available: overrides. Using lazy.nvim:

{
    "kamwitsta/vinyl.nvim",
    config = function()
        require("vinyl").setup({
            overrides = {
                ["@string"] = {fg="#00ff00"},
            },
        })
    end
},

Acknowledgements

About

A warm, feel-good theme for NeoVim; a distant offshoot of gruvbox.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages