We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d1644 commit 1c8de63Copy full SHA for 1c8de63
tests/darkbox/darkbox_spec.lua
@@ -141,21 +141,4 @@ describe("tests", function()
141
darkbox.load()
142
assert.is_nil(vim.g.terminal_color_0)
143
end)
144
-
145
- it("sets terminal colors when terminal_colors is true", function()
146
- clear_term_colors()
147
- darkbox.setup({ terminal_colors = true })
148
- darkbox.load()
149
150
- -- dark bg
151
- local colors = require("gruvbox").palette
152
- vim.opt.background = "dark"
153
- assert.are.same(vim.g.terminal_color_0, colors.dark0)
154
155
- -- light bg
156
157
158
- vim.opt.background = "light"
159
- assert.are.same(vim.g.terminal_color_0, colors.light0)
160
- end)
161
0 commit comments