Skip to content

backwardspy/telescope-catppuccin.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

telescope-catppuccin.nvim

catppuccin colour picker for telescope

telescope window with catppuccin colours filtered by "teal"

installation

install the following plugins with your plugin manager of choice:

{
    "nvim-lua/plenary.nvim",
    "nvim-telescope/telescope.nvim",
    { "catppuccin/nvim", as = "catppuccin" },
    "backwardspy/telescope-catppuccin.nvim",
}

note: depends on the catppuccin theme to provide colours. install it as per the theme docs.

usage

tell telescope to load the extension:

require("telescope").load_extension("catppuccin")

now run :Telescope catppuccin to select colours. confirm a selection to write the selected colour's hex code into your current buffer.

recommended additional plugins

  • ccc.nvim will allow you to modify your chosen colour further, for example converting it from hex to rgb or hsl syntax.

About

catppuccin colour picker for telescope

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages