fix(colorscheme): use explicit normal foreground in syntax groups

Problem: Some core syntax highlight groups are cleared with intention to
  always be shown without additional highlighting. This doesn't always
  work as intended, especially with fallback mechanism of @-groups.
  Example: `Statement`/`Keyword` group shown in help code blocks
  (`@markup.raw`) is shown as bold (from `Statement`) cyan (from
  `@markup.raw`) instead of bold grey.

Solution: Explicitly use normal grey foreground in syntax groups where
  it was previously implicitly assumed.
This commit is contained in:
Evgeni Chasnovski
2024-01-25 11:33:15 +02:00
committed by Christian Clason
parent 3ab6f60dc8
commit d4bd6b1eaa
2 changed files with 25 additions and 12 deletions

View File

@@ -248,7 +248,7 @@ describe('ui/cursor', function()
m.attr = { background = Screen.colors.DarkGray }
end
if m.id_lm then
m.id_lm = 70
m.id_lm = 69
end
end