Skip to content

Commit

Permalink
chore: remove error when outside colorschemes are loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nehrig <[email protected]>
  • Loading branch information
danielnehrig committed Jan 4, 2025
1 parent 5463af1 commit 1f97d65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/config/plugins/modules/themes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@ M.ts_themes = {
colorscheme_name = { "sonokai" },
lazy = true,
priority = 1000,
opts = {},
},
["ray-x/aurora"] = {
colorscheme_name = { "aurora" },
lazy = true,
priority = 1000,
opts = {},
},
["Mofiqul/vscode.nvim"] = {
colorscheme_name = { "vscode" },
Expand Down

0 comments on commit 1f97d65

Please sign in to comment.