16 lines
374 B
Lua
16 lines
374 B
Lua
return {
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {
|
|
style = "night",
|
|
styles = {
|
|
comments = { italic = true },
|
|
keywords = { italic = true, bold = true },
|
|
functions = { italic = true, bold = true },
|
|
variables = { bold = true }
|
|
},
|
|
lualine_bold = true
|
|
}
|
|
}
|