refactor(colorschemes): Move ondark to colorschemes.lua
This commit is contained in:
parent
dbba1d791f
commit
bd231a1e3a
2 changed files with 3 additions and 9 deletions
|
|
@ -14,6 +14,9 @@ return {
|
|||
-- latte, frappe, macchiato, mocha
|
||||
{ "catppuccin/catppuccin", priority = 1000, lazy = true },
|
||||
|
||||
-- Theme inspired by Atom
|
||||
{ 'navarasu/onedark.nvim', priority = 1000, config = true, lazy = true },
|
||||
|
||||
--Rosepine (Primeagen)
|
||||
{
|
||||
'rose-pine/neovim',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue