This commit is contained in:
Zacharias-Brohn
2025-07-03 23:29:52 +02:00
parent 413d614440
commit 3c4df59b53
14 changed files with 228 additions and 27 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
-- Lua
require('onedarkpro').setup({})
require('onedarkpro').setup({
highlights = {
Comment = { italic = true },
Directory = { bold = false },
ErrorMsg = { italic = true },
},
})