This commit is contained in:
2026-09-07 02:36:20 -04:00
committed by thread
parent 649dab28c8
commit bf3234ca18
3 changed files with 18 additions and 2 deletions
+2 -2
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,