theme change to catppuccin
This commit is contained in:
parent
b5a9ef780d
commit
96100ebcda
2 changed files with 3 additions and 2 deletions
3
init.lua
3
init.lua
|
@ -18,7 +18,8 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Set colorscheme to use
|
-- Set colorscheme to use
|
||||||
colorscheme = "astrodark",
|
-- colorscheme = "astrodark",
|
||||||
|
colorscheme = "catppuccin",
|
||||||
|
|
||||||
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ return {
|
||||||
-- example of imporing a plugin, comment out to use it or add your own
|
-- 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
|
-- 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.completion.copilot-lua-cmp" },
|
||||||
-- { import = "astrocommunity.pack.typescript" },
|
-- { import = "astrocommunity.pack.typescript" },
|
||||||
-- { import = "astrocommunity.pack.markdown" },
|
-- { import = "astrocommunity.pack.markdown" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue