Tokyo Night theme

#theming #ui


TODO: add full palette

neovim

Use folke/tokyonight.nvim

Install the plugin with your plugin manager of choice (example below is Packer)

return require('packer').startup(function(use)
  use 'folke/tokyonight.nvim'
end)

Then initialize the plugin:

require"tokyonight".setup{
        style="storm"
}

vim.cmd[[colorscheme tokyonight-night]]

tmux

Use fabioluciano/tokyo-night-tmux

Add to .tmux.conf like this:

set -g @plugin "fabioluciano/tokyo-night-tmux"
set -g @theme_variation 'storm'