14 lines
335 B
Lua
14 lines
335 B
Lua
return {
|
|
"folke/tokyonight.nvim",
|
|
opts = {
|
|
style = "night",
|
|
styles = {
|
|
comments = { italic = true },
|
|
keywords = { italic = true, bold = true },
|
|
functions = { italic = true, bold = true },
|
|
variables = { bold = true }
|
|
},
|
|
lualine_bold = true
|
|
}
|
|
}
|