/Tsoding-color-theme-Nvim

A dark theme for neovim inspired by Tsoding Emacs color theme

Primary LanguageLua

Tsoding-color-theme-Nvim

A dark theme for neovim inspired by Tsoding Emacs color theme

Usage:

use({
      'Islam231bi/Tsoding-color-theme-Nvim',
      as = 'tsoding',
      config = function()
          vim.cmd('colorscheme tsoding')
      end
  })