Skip to content

sudoscrawl/tokyo-dark.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tokyo-dark.nvim

tokyo-dark.nvim

A Neovim colorscheme plugin ported from VS Code Tokyo Night Dark theme.

Installation

Using lazy.nvim:

{
  "sudoscrawl/tokyo-dark.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    require("tokyo-dark").setup({
      transparent = false,
      italic_comments = true,
    })
    vim.cmd([[colorscheme tokyo-dark]])
  end,
}

Configuration

Option Type Default Description
transparent boolean false Enable/disable transparent background
italic_comments boolean true Enable/disable italic comments

Usage

colorscheme tokyo-dark

Or in Lua:

vim.cmd("colorscheme tokyo-dark")

Credits

About

A tokyo night dark theme port for neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages