From fe68ddcece93b65052894e8d0a5417f8eab4d1cc Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 3 Jun 2022 13:54:13 +0100 Subject: added tokyodark colourscheme and set it as default --- lua/user/colorscheme.lua | 2 +- lua/user/plugins.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua index 8c73fd6..5e3ec3c 100644 --- a/lua/user/colorscheme.lua +++ b/lua/user/colorscheme.lua @@ -1,4 +1,4 @@ -local colorscheme = "default" +local colorscheme = "tokyodark" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index ac3b28b..d6176a1 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -48,6 +48,8 @@ return packer.startup(function(use) -- Colorschemes use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out use "lunarvim/darkplus.nvim" + use 'tiagovla/tokyodark.nvim' + -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins -- cgit v1.2.3