1
0
neovim_config/lua/barink/colorscheme.lua

10 lines
153 B
Lua
Raw Normal View History

2024-03-24 15:31:02 +00:00
require("tokyonight").setup({
style="night",
light_style="day",
transparent=true,
terminal_colors=true,
dim_inactive=false,
lualine_bold=false
})