feat(theme): italic for functions
This commit is contained in:
parent
3a53cf8c54
commit
c6947f3b23
1 changed files with 2 additions and 0 deletions
|
|
@ -19,11 +19,13 @@ return {
|
||||||
migrations = true, -- Handle deprecated options automatically
|
migrations = true, -- Handle deprecated options automatically
|
||||||
},
|
},
|
||||||
styles = {
|
styles = {
|
||||||
|
bold = true,
|
||||||
transparency = false,
|
transparency = false,
|
||||||
italic = false,
|
italic = false,
|
||||||
},
|
},
|
||||||
highlight_groups = {
|
highlight_groups = {
|
||||||
Comment = { italic = true },
|
Comment = { italic = true },
|
||||||
|
["@function"] = { italic = true },
|
||||||
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
|
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
|
||||||
|
|
||||||
TelescopeBorder = { fg = "overlay", bg = "overlay" },
|
TelescopeBorder = { fg = "overlay", bg = "overlay" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue