2025-01-05 18:48:43 +01:00
|
|
|
-- This file needs to have same structure as nvconfig.lua
|
|
|
|
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
|
|
|
|
-- Please read that file to know all available options :(
|
|
|
|
|
2024-03-02 01:01:31 +01:00
|
|
|
---@type ChadrcConfig
|
|
|
|
local M = {}
|
|
|
|
|
2024-10-25 13:42:16 +02:00
|
|
|
M.base46 = {
|
2025-01-05 18:48:43 +01:00
|
|
|
theme = "nightowl"
|
2024-03-02 01:01:31 +01:00
|
|
|
|
2025-01-05 18:48:43 +01:00
|
|
|
-- hl_override = {
|
|
|
|
-- Comment = { italic = true },
|
|
|
|
-- ["@comment"] = { italic = true },
|
|
|
|
-- },
|
|
|
|
}
|
2024-03-02 01:01:31 +01:00
|
|
|
|
|
|
|
return M
|