summaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/colorscheme.lua2
-rw-r--r--lua/user/plugins.lua2
2 files changed, 3 insertions, 1 deletions
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