add colorscheme

This commit is contained in:
Tim Gröger 2023-04-11 09:17:26 +02:00
parent 23c505c58a
commit 4afcfa7c33
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@ return {
},
-- Set colorscheme to use
colorscheme = "astrodark",
-- colorscheme = "astrodark",
colorscheme = "catppuccin-latte",
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {
@ -81,5 +82,6 @@ return {
-- ["~/%.config/foo/.*"] = "fooscript",
-- },
-- }
-- vim.lsp.set_log_level('debug')
end,
}

View File

@ -4,6 +4,6 @@ return {
-- example of imporing a plugin, comment out to use it or add your own
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
-- { import = "astrocommunity.colorscheme.catppuccin" },
{ import = "astrocommunity.colorscheme.catppuccin" },
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}