We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228ee2c commit 491ea20Copy full SHA for 491ea20
lua/one_monokai/config.lua
@@ -1,14 +1,15 @@
1
local config = {}
2
3
+---@alias colors table<string,string> #colors table
4
+---
5
---@class config
6
---@field transparent boolean #whether to enable transparent background
----@field colors table<string, string> #custom colors
----@field themes function<table> #custom highlight groups
7
+---@field colors colors #custom colors
8
+---@field themes fun(colors:colors):table #custom highlight groups
9
---@field italics boolean #whether to italicize some highlight groups
10
config.default = {
11
transparent = false,
12
colors = {},
- ---@param _ table<string, string>? #colors table
13
themes = function(_)
14
return {}
15
end,
0 commit comments