Skip to content

crater2150/vim-theme-chroma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-theme-chroma — Lush version

A Neovim theme with vivid colors for use with lush.nvim.

For the original vimscript version, see the legacy branch.

Installation / Usage

Install the theme as well as rktjmp/lush.nvim with the package manager of your choice, then set the color scheme to chroma.

E.g. with lazy.nvim:

{
  'crater2150/vim-theme-chroma',
  lazy = false,
  priority = 1000,
  dependencies = { 'rktjmp/lush.nvim' },
  config = function() vim.cmd.colorscheme("chroma") end
},

Customizing

Lush based themes can be easily modified without copying the whole theme. See lush.nvim's documentation for how to do this.

Plugin support

Chroma includes a theme for lualine.nvim:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages