OneDark installiert
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "0f051e9813a36481f48ca1f833897210dbcfffde" },
|
||||
"nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
|
||||
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
||||
"onedarkpro.nvim": { "branch": "main", "commit": "5ffd45b3602bc1ed75f0b2be6c5c1f6ba5c6b796" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
||||
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
||||
"rose-pine": { "branch": "main", "commit": "f93360149e9ed4df8677fbb07c7231ea0fd03b97" },
|
||||
|
||||
@@ -10,5 +10,6 @@ return {
|
||||
{ import = "astrocommunity.pack.lua" },
|
||||
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.rose-pine" },
|
||||
{ import = "astrocommunity.colorscheme.onedarkpro-nvim" },
|
||||
-- import/override with your plugins folder
|
||||
}
|
||||
|
||||
@@ -12,7 +12,8 @@ return {
|
||||
opts = {
|
||||
-- change colorscheme
|
||||
-- colorscheme = "astrodark",
|
||||
colorscheme = "nightfox",
|
||||
colorscheme = "vaporwave",
|
||||
-- colorscheme = "nightfox",
|
||||
-- colorscheme = "rose-pine",
|
||||
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
||||
highlights = {
|
||||
|
||||
Reference in New Issue
Block a user