From 582f9176924d3f06737c61e3eeec72c737181ec3 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 11 Apr 2024 12:25:13 -0400 Subject: [PATCH] got tokyo night community working --- lazy-lock.json | 2 ++ lua/community.lua | 2 +- lua/plugins/astroui.lua | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 57a4718..3521783 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -4,6 +4,7 @@ "LuaSnip": { "branch": "master", "commit": "8ae1dedd988eb56441b7858bd1e8554dfadaa46d" }, "aerial.nvim": { "branch": "master", "commit": "3748e87a316a68754341cdffcef44fee61dee51c" }, "alpha-nvim": { "branch": "main", "commit": "41283fb402713fc8b327e60907f74e46166f4cfd" }, + "astrocommunity": { "branch": "main", "commit": "c6c5991a03d7f81a0bf24845a9e53690beaac831" }, "astrocore": { "branch": "main", "commit": "6ad335ddb3dd4f1a99f23049dd201f3dd50beeb8" }, "astrolsp": { "branch": "main", "commit": "21629f447c574965399329a8dd925d9eeac82752" }, "astrotheme": { "branch": "main", "commit": "8b316aa3ecd8c4206430379c0b1da0b4e7969ab9" }, @@ -56,6 +57,7 @@ "telescope.nvim": { "branch": "master", "commit": "6312868392331c9c0f22725041f1ec2bef57c751" }, "todo-comments.nvim": { "branch": "main", "commit": "a7e39ae9e74f2c8c6dc4eea6d40c3971ae84752d" }, "toggleterm.nvim": { "branch": "main", "commit": "193786e0371e3286d3bc9aa0079da1cd41beaa62" }, + "tokyonight.nvim": { "branch": "main", "commit": "9bf9ec53d5e87b025e2404069b71e7ebdc3a13e5" }, "vim-illuminate": { "branch": "master", "commit": "305bf07b919ac526deb5193280379e2f8b599926" }, "which-key.nvim": { "branch": "main", "commit": "ce741eb559c924d72e3a67d2189ad3771a231414" } } \ No newline at end of file diff --git a/lua/community.lua b/lua/community.lua index ceb0c12..bc738ca 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -1,4 +1,4 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE +-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroCommunity: import any community modules here -- We import this file in `lazy_setup.lua` before the `plugins/` folder. diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 3c7fc11..79ee660 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -1,4 +1,4 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE +-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroUI provides the basis for configuring the AstroNvim User Interface -- Configuration documentation can be found with `:h astroui` @@ -11,7 +11,7 @@ return { ---@type AstroUIOpts opts = { -- change colorscheme - colorscheme = "tokyonight", + colorscheme = "tokyonight-night", -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes highlights = { init = { -- this table overrides highlights in all themes