This commit is contained in:
2023-12-17 00:54:17 -05:00
parent fb4b0a7261
commit b16dc0991b
5 changed files with 31 additions and 14 deletions

View File

@@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "ashes",
theme_toggle = { "ashes", "one_light" },
theme = "chadtain",
theme_toggle = { "chadtain", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,