10 lines
153 B
Lua
10 lines
153 B
Lua
|
|
||
|
require("tokyonight").setup({
|
||
|
style="night",
|
||
|
light_style="day",
|
||
|
transparent=true,
|
||
|
terminal_colors=true,
|
||
|
dim_inactive=false,
|
||
|
lualine_bold=false
|
||
|
})
|