farout.nvim/lua/tokyonight/config.lua

8 lines
144 B
Lua
Raw Normal View History

2021-04-17 19:22:55 +00:00
---@class Config
local config
config = { style = "storm" }
if vim.g.tokyonight_style == "night" then config.style = "night" end
return config