This commit is contained in:
2026-09-07 02:36:28 -04:00
committed by thread
parent bf3234ca18
commit 16b51b0e6d
4 changed files with 39 additions and 12 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "chadtain",
theme_toggle = { "chadtain", "one_light" },
theme = "pastelDark",
theme_toggle = { "pastelDark", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,