@ -5,7 +5,7 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "onedark",
theme = "one_light",
theme_toggle = { "onedark", "one_light" },
hl_override = highlights.override,
@ -12,6 +12,7 @@ M.treesitter = {
"c",
"markdown",
"markdown_inline",
"prisma",
"haskell",
},
indent = {