From 280a03ba81ab17c6656bf1bb15f879d85617e27c Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 27 Mar 2024 20:43:50 -0400 Subject: [PATCH] changed colorscheme --- lazy-lock.json | 1 + lua/plugins/astroui.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lazy-lock.json b/lazy-lock.json index 7e3d17c..a91a624 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -42,6 +42,7 @@ "nvim-lspconfig": { "branch": "master", "commit": "6e5c78ebc9936ca74add66bda22c566f951b6ee5" }, "nvim-nio": { "branch": "master", "commit": "33c62b3eadd8154169e42144de16ba4db6784bec" }, "nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" }, + "nvim-surround": { "branch": "main", "commit": "d47001f8ddf9646c24f16d2732d4d0255acd2121" }, "nvim-treesitter": { "branch": "master", "commit": "7f3179315959bd762abd0f8dbe0361db805fb2d4" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "d2a4ffc22d9d38d44edb73da007b3cf43451e9b4" }, "nvim-ts-autotag": { "branch": "main", "commit": "531f48334c422222aebc888fd36e7d109cb354cd" }, diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 2080aa9..520a9b2 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -11,7 +11,7 @@ return { ---@type AstroUIOpts opts = { -- change colorscheme - colorscheme = "astrodark", + colorscheme = "tokyonight-nvim", -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes highlights = { init = { -- this table overrides highlights in all themes