theme minifix

This commit is contained in:
Christoph J. Scherr 2024-02-01 13:17:51 +01:00
parent 9c83975d31
commit dc88c401c4
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "kanagawa",
theme_toggle = { "kanagawa", "chadracula" },
theme = "oceanic-next",
theme_toggle = { "kanagawa", "oceanic-next" },
hl_override = highlights.override,
hl_add = highlights.add,