---@type ChadrcConfig local M = {} M.ui = { theme = "onedark", -- hl_override = { -- Comment = { italic = true }, -- ["@comment"] = { italic = true }, -- }, } return M