test changing nvim theme

This commit is contained in:
Steven Polley 2024-02-20 20:11:14 -07:00
parent d9a86a45dc
commit 2ed626b2fd
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 = "gatekeeper",
theme_toggle = { "gatekeeper", "one_light" },
theme = "chadracula",
theme_toggle = { "chadracula", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,