test changing nvim theme
This commit is contained in:
parent
d9a86a45dc
commit
2ed626b2fd
@ -5,8 +5,8 @@ local M = {}
|
|||||||
local highlights = require "custom.highlights"
|
local highlights = require "custom.highlights"
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "gatekeeper",
|
theme = "chadracula",
|
||||||
theme_toggle = { "gatekeeper", "one_light" },
|
theme_toggle = { "chadracula", "one_light" },
|
||||||
|
|
||||||
hl_override = highlights.override,
|
hl_override = highlights.override,
|
||||||
hl_add = highlights.add,
|
hl_add = highlights.add,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user