Switch to folke/tokyonight.nvim theme

This commit is contained in:
Jiří Štefka 2023-03-10 10:43:50 +01:00
parent 221bb66d75
commit 0a5bba771f

@ -25,7 +25,8 @@ local config = {
-- }, -- },
}, },
-- Set colorscheme to use -- Set colorscheme to use
colorscheme = "astrodark", -- colorscheme = "astrodark",
colorscheme = "tokyonight-night",
-- Add highlight groups in any theme -- Add highlight groups in any theme
highlights = { highlights = {
-- init = { -- this table overrides highlights in all themes -- init = { -- this table overrides highlights in all themes
@ -286,6 +287,11 @@ local config = {
}, },
-- Configure plugins -- Configure plugins
plugins = { plugins = {
-- Theme
{
"folke/tokyonight.nvim",
event = "UIEnter"
},
-- You can disable default plugins as follows: -- You can disable default plugins as follows:
-- { "max397574/better-escape.nvim", enabled = false }, -- { "max397574/better-escape.nvim", enabled = false },
-- --