added tokyonight as theme

This commit is contained in:
Eduardo Escoto 2023-08-07 11:14:35 -07:00
parent dc09d3bb1e
commit 3e6f29282b
3 changed files with 24 additions and 12 deletions

View file

@ -128,14 +128,15 @@ require('lazy').setup({
},
},
{
-- {
-- Theme inspired by Atom
'navarasu/onedark.nvim',
-- 'navarasu/onedark.nvim',
-- priority = 1000,
-- config = function()
-- vim.cmd.colorscheme 'onedark'
-- end,
},
-- },
{
-- Set lualine as statusline
@ -144,7 +145,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'tokyonight-moon',
component_separators = '|',
section_separators = '',
},