dorkhub

tokyodark.nvim

A clean dark theme written in lua for neovim.

tiagovla
Lua60722 forksGPL-3.0updated 8 months ago
git clone https://github.com/tiagovla/tokyodark.nvim.gittiagovla/tokyodark.nvim

tokyodark.nvim

image

About

A clean dark theme written in lua for neovim (0.7.2 or older).

Features

  • Support for numerous plugins
  • Customizable

Installation

Install with your favorite package manager:

lazy

{
    "tiagovla/tokyodark.nvim",
    opts = {
        -- custom options here
    },
    config = function(_, opts)
        require("tokyodark").setup(opts) -- calling setup is optional
        vim.cmd [[colorscheme tokyodark]]
    end,
}

Default configuration

local default_config = {
    transparent_background = false, -- set background to transparent
    gamma = 1.00, -- adjust the brightness of the theme
    styles = {
        comments = { italic = true }, -- style for comments
        keywords = { italic = true }, -- style for keywords
        identifiers = { italic = true }, -- style for identifiers
        functions = {}, -- style for functions
        variables = {}, -- style for variables
    },
    custom_highlights = {} or function(highlights, palette) return {} end, -- extend highlights
    custom_palette = {} or function(palette) return {} end, -- extend palette
    terminal_colors = true, -- enable terminal colors
}

Inspiration

more like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Script50

vim-halo

:innocent: Visual highlight for your cursor.

Vim script50

tobira.nvim

Open the next door in your Vim journey — personalized command discovery based on your actual usage

Lua51

search

search projects, people, and tags