switch color scheme to tokyonight
This commit is contained in:
parent
e44c73f1c7
commit
fef317a18a
@ -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 = '',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user