Browse Source

update tokyonight style

pull/174/head
nshen 3 years ago
parent
commit
65f831febb
  1. 6
      lua/colorscheme.lua

6
lua/colorscheme.lua

@ -1,3 +1,6 @@
vim.g.tokyonight_style = "night"
vim.g.tokyonight_transparent = true
vim.g.tokyonight_transparent_sidebar = true
local colorscheme = "tokyonight"
-- tokyonight
-- OceanicNext
@ -5,10 +8,9 @@ local colorscheme = "tokyonight"
-- zephyr
-- nord
-- onedark
-- nightfox
-- nightfox
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then
vim.notify("colorscheme: " .. colorscheme .. " 没有找到!")
return
end

Loading…
Cancel
Save