This commit is contained in:
2023-12-19 12:03:13 -05:00
parent b16dc0991b
commit 4dd73953f5
5 changed files with 40 additions and 13 deletions

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,