Thanks to visit codestin.com
Credit goes to github.com

Skip to content
ย 
ย 

Latest commit

ย 

History

98 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

token

Token is a warm, muted Neovim 0.12+ colorscheme that is written in Lua. Dark and light variants, no configuration. There is no setup function. Load it and it works. The idea is simple: a theme you never configure is a theme you stop thinking about.

Features

  • Dark and light variants, switching at runtime via vim.o.background
  • Treesitter capture groups for accurate syntax highlighting
  • LSP semantic token highlights
  • LSP diagnostic signs, virtual text, and underlines
  • Diff highlights for buffers and signs
  • Legacy syntax group coverage for non-Treesitter filetypes
  • Terminal color support (ANSI colors 0โ€“15)
  • Lualine theme included

Showcase

Dark Light
Dark variant 1 Light variant 1
Dark variant 2 Light variant 2

Install

-- vim.pack (Neovim 0.12+)
vim.pack.add('https://github.com/effinsky/token')

-- lazy.nvim
{ 'effinsky/token' }

Usage

vim.cmd.colorscheme('token')

Respects vim.o.background. Set dark or light before loading the colorscheme, or change it at runtime to switch variants.

Compilation

Token works out of the box without compilation. For faster startup, you can pre-compile the theme into bytecode:

:TokenCompile

This writes compiled dark and light variants to stdpath('cache')/token/. On next load the cached bytecode is used instead of the dynamic highlight path.

Rerun :TokenCompile after updating the plugin. If the cache becomes stale or corrupt it is deleted automatically and the dynamic path is used as fallback.

Supported plugins

  • blink.cmp
  • claudecode.nvim
  • diffview.nvim
  • flash.nvim
  • fugitive.vim
  • fzf-lua
  • gitsigns.nvim
  • hlchunk.nvim
  • indent-blankline.nvim
  • lazy.nvim
  • lualine.nvim
  • markview.nvim
  • mason.nvim
  • mini.clue
  • mini.icons
  • mini.statusline
  • mini.surround
  • neo-tree.nvim
  • neogit
  • noice.nvim
  • nvim-cmp
  • nvim-dap-ui
  • nvim-tree.lua
  • oil.nvim
  • render-markdown.nvim
  • snacks.nvim
  • telescope.nvim
  • todo-comments.nvim
  • treesitter-context
  • trouble.nvim
  • vim-matchup
  • which-key.nvim

License

BSD 3-Clause

About

๐ŸŒˆ Neovim colorscheme with terminal-wide contrib themes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages