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.
config
1 parent 80309f4 commit 97f9af7Copy full SHA for 97f9af7
lua/one_monokai/config.lua
@@ -1,8 +1,8 @@
1
---@class one_monokai.config
2
----@field transparent boolean
3
----@field colors? one_monokai.colors
4
----@field highlights? fun(colors:one_monokai.colors):one_monokai.highlights.groups
5
----@field italics boolean
+---@field transparent boolean #Whether to enable transparent background.
+---@field colors? one_monokai.colors #Custom colors.
+---@field highlights? fun(colors:one_monokai.colors):one_monokai.highlights.groups #Custom highlight groups.
+---@field italics boolean #Whether to apply italics to certain highlight groups.
6
local config = {}
7
8
---@type one_monokai.config
0 commit comments