switch color scheme to tokyonight

This commit is contained in:
Łukasz Pankowski 2023-07-31 19:21:04 +02:00
parent e44c73f1c7
commit fef317a18a

View File

@ -88,10 +88,10 @@ require('lazy').setup({
}, },
{ {
"rmehri01/onenord.nvim", "folke/tokyonight.nvim",
priority = 1000, priority = 1000,
config = function() config = function()
vim.cmd.colorscheme 'onenord' vim.cmd.colorscheme 'tokyonight'
end end
}, },
@ -102,7 +102,7 @@ require('lazy').setup({
opts = { opts = {
options = { options = {
icons_enabled = false, icons_enabled = false,
theme = 'onenord', theme = 'tokyonight',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },