aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/colorscheme.lua
blob: 61842d66a18466c54419e3d01d2aa13323a588da (plain)
1
2
3
4
5
6
7
8
9
10
return {
  { "folke/tokyonight.nvim" },

  {
    "LazyVim/LazyVim",
    opts = {
      style = "storm",
    },
  }
}