fix(theme): Disable italics except for comments
This commit is contained in:
parent
841d801c99
commit
3f1e8566e1
1 changed files with 2 additions and 0 deletions
|
|
@ -20,8 +20,10 @@ return {
|
||||||
},
|
},
|
||||||
styles = {
|
styles = {
|
||||||
transparency = false,
|
transparency = false,
|
||||||
|
italic = false,
|
||||||
},
|
},
|
||||||
highlight_groups = {
|
highlight_groups = {
|
||||||
|
Comment = { 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