feat: Add colorschemes
This commit is contained in:
parent
8ec376ddfd
commit
dba578dec2
@ -48,10 +48,13 @@ return {
|
||||
-- Individual plugins (colorschemes)
|
||||
{ import = "astrocommunity.colorscheme.vscode-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.github-nvim-theme" },
|
||||
-- { import = "astrocommunity.colorscheme.neosolarized-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.neosolarized-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.nord-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.nordic-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.iceberg-vim" },
|
||||
{ import = "astrocommunity.colorscheme.tokyodark-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.tokyonight-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.onedarkpro-nvim" },
|
||||
|
||||
-- Individual plugins customization
|
||||
-- {
|
||||
|
@ -1,14 +0,0 @@
|
||||
-- AstroCore provides a central place to modify mappings, vim options, autocommands, and more!
|
||||
-- Configuration documentation can be found with `:h astrocore`
|
||||
-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`)
|
||||
-- as this provides autocomplete and documentation while editing
|
||||
|
||||
---@type LazySpec
|
||||
return {
|
||||
"AstroNvim/astroui",
|
||||
---@type AstroUIOpts
|
||||
opts = {
|
||||
-- change colorscheme
|
||||
colorscheme = "github_dark",
|
||||
},
|
||||
}
|
@ -1 +0,0 @@
|
||||
return "onenord"
|
Loading…
x
Reference in New Issue
Block a user