Switch to folke/tokyonight.nvim theme
This commit is contained in:
parent
221bb66d75
commit
0a5bba771f
8
init.lua
8
init.lua
@ -25,7 +25,8 @@ local config = {
|
||||
-- },
|
||||
},
|
||||
-- Set colorscheme to use
|
||||
colorscheme = "astrodark",
|
||||
-- colorscheme = "astrodark",
|
||||
colorscheme = "tokyonight-night",
|
||||
-- Add highlight groups in any theme
|
||||
highlights = {
|
||||
-- init = { -- this table overrides highlights in all themes
|
||||
@ -286,6 +287,11 @@ local config = {
|
||||
},
|
||||
-- Configure plugins
|
||||
plugins = {
|
||||
-- Theme
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
event = "UIEnter"
|
||||
},
|
||||
-- You can disable default plugins as follows:
|
||||
-- { "max397574/better-escape.nvim", enabled = false },
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user