mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
5 lines
140 B
Lua
5 lines
140 B
Lua
local util = require("tokyonight.util")
|
|
local theme = require("tokyonight.theme")
|
|
|
|
return { colorscheme = function() util.load(theme) end }
|