1
0
Fork 0

theme change to catppuccin

main
Dominic Reich 1 year ago
parent b5a9ef780d
commit 96100ebcda
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -18,7 +18,8 @@ return {
},
-- Set colorscheme to use
colorscheme = "astrodark",
-- colorscheme = "astrodark",
colorscheme = "catppuccin",
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {

@ -4,7 +4,7 @@ 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" },
-- { import = "astrocommunity.pack.typescript" },
-- { import = "astrocommunity.pack.markdown" },

Loading…
Cancel
Save