Skip to content

Commit 2128f59

Browse files
authored
Update theme.lua
1 parent 5636484 commit 2128f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/solarized/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ theme.loadTreeSitter = function ()
246246
TSUnderline = { fg = solarized.fg, bg = solarized.none, style = 'underline' }, -- For text to be represented with an underline.
247247
TSStrike = { }, -- For strikethrough text.
248248
TSTitle = { fg = solarized.paleblue, bg = solarized.none, style = 'bold' }, -- Text that is part of a title.
249-
TSLiteral = { fg = solarized.fg, style = 'bold' }, -- Literal text.
249+
TSLiteral = { fg = solarized.fg}, -- Literal text.
250250
TSURI = { fg = solarized.link }, -- Any URI like a link or email.
251251
}
252252

0 commit comments

Comments
 (0)