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
|
||||
},
|
||||
styles = {
|
||||
bold = true,
|
||||
transparency = false,
|
||||
italic = false,
|
||||
},
|
||||
highlight_groups = {
|
||||
Comment = { italic = true },
|
||||
["@function"] = { italic = true },
|
||||
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
|
||||
|
||||
TelescopeBorder = { fg = "overlay", bg = "overlay" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue