This commit is contained in:
Christoph J. Scherr 2024-03-07 14:31:20 +01:00
parent e2fc4111a1
commit cd91bf774d
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local highlights = require "custom.highlights"
M.ui = { M.ui = {
theme = "oceanic-next", theme = "oceanic-next",
theme_toggle = { "oceanic-next", "oceanic-light" }, theme_toggle = { "oceanic-next", "ayu_light" },
hl_override = highlights.override, hl_override = highlights.override,
hl_add = highlights.add, hl_add = highlights.add,