Skip to content

bergholmm/cursor-dark.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cursor-dark.nvim

A Neovim colorscheme port of Cursor's "Cursor Dark" theme.

cursor-dark.nvim theme showcase

Requirements

  • Neovim 0.9+ (truecolor)

Install

lazy.nvim

{
  "bergholmm/cursor-dark.nvim",
  priority = 1000,
  config = function()
    vim.cmd.colorscheme("cursor-dark")
  end,
}

packer.nvim

use({
  "bergholmm/cursor-dark.nvim",
  config = function()
    vim.cmd.colorscheme("cursor-dark")
  end,
})

Usage

colorscheme cursor-dark

License

MIT

About

A Neovim colorscheme port of Cursor's "Cursor Dark" theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors