Skip to content

nilsojunior/colours.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

colours.nvim

A beatiful way to display colours in neovim.

colours

Dependencies

  1. Nerd Fonts.
  2. telescope.nvim (optional).
  3. nvim-tree.lua (optional).

Installation

{
    "nilsojunior/colours.nvim",
}

-- Or with dependencies
{
	"nilsojunior/colours.nvim",
	dependencies = {
		"nvim-telescope/telescope.nvim",
		"nvim-tree/nvim-tree.lua",
	},
}

Config File

You can change the icon and the highlight colours.

require("colours").setup() -- Default config

-- Changing defaults
require("colours").setup({
    icon = "",
    colours = {
        foreground = "#4881db",
        background = "#abb5c4",
    },
})

Telescope

Highlight current file.

telescope

Nvim Tree

Highlight arrow on opened folders.

nvim-tree

Releases

No releases published

Packages

No packages published

Languages