Files
nvimdots/lua/config/themelight.lua
T
Zacharias-Brohn 3c4df59b53 new
2025-07-03 23:29:52 +02:00

9 lines
179 B
Lua

-- Lua
require('onedarkpro').setup({
highlights = {
Comment = { italic = true },
Directory = { bold = false },
ErrorMsg = { italic = true },
},
})