mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
chore(defaults): revert back to defaults
This commit is contained in:
parent
cf335397b2
commit
786e46ce71
|
|
@ -6,7 +6,6 @@ local M = {
|
|||
}
|
||||
|
||||
function M.reset()
|
||||
-- require("solarized-osaka.util").cache.clear()
|
||||
local colors = require("solarized-osaka.colors").setup()
|
||||
M.globals.colors = colors
|
||||
M.globals.c = colors
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ end
|
|||
function M.setup()
|
||||
M.docs()
|
||||
local config = require("solarized-osaka.config")
|
||||
vim.o.background = "dark"
|
||||
|
||||
local styles = {
|
||||
dark = "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue