mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
8 lines
144 B
Lua
8 lines
144 B
Lua
---@class Config
|
|
local config
|
|
config = { style = "storm" }
|
|
|
|
if vim.g.tokyonight_style == "night" then config.style = "night" end
|
|
|
|
return config
|