You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
229 B
8 lines
229 B
2 years ago
|
vim.opt.background = "dark" -- the theme background is dark
|
||
|
vim.opt.termguicolors = true
|
||
|
|
||
|
vim.g.tokyonight_enable_italic = 1
|
||
|
vim.g.tokyonight_transparent = true
|
||
|
vim.g.tokyonight_style = "night"
|
||
|
vim.cmd("colorscheme tokyonight")
|