Skip to content

Neovim theme with distinct syntax colours. Supports Tree-sitter and semantic highlighting. For people who love multi-colour syntax highlighting.

License

Notifications You must be signed in to change notification settings

bartekjaszczak/distinct-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distinct-nvim

Distinct is neovim colour scheme with distinctive, vibrant colours. It is partially inspired by my previous theme - gruv-vsassist.nvim. Colour palette is based on Pol'and'Rock festival logo.

Distinct supports treesitter highlighting, as well as semantic token highlighting. It supports some major plugins, but not all of them (current list can be found at the end of README). Fell free to add or request support for other plugins. It's entirely written in lua, therefore it's not suitable for vim.

Preview

cpp

Usage

Lazy

If you don't want to change any settings, setup() needn't to be called. Defaults are presented below.

{
    "https://gitlab.com/bartekjaszczak/distinct-nvim",

    priority = 1000,
    config = function()
        require("distinct").setup({
            doc_comments_different_color = true, -- Use different colour for documentation comments
        })

        vim.cmd [[colorscheme distinct]]
    end
}

Lualine

require("lualine").setup({
    options = {
        -- ...
        theme = 'distinct'
        -- ...
    },
})

Barbecue

require("barbecue").setup({
    -- ...
    theme = 'distinct'
    -- ...
})

Supported plugins

About

Neovim theme with distinct syntax colours. Supports Tree-sitter and semantic highlighting. For people who love multi-colour syntax highlighting.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published