igor-ramazanov / kak-tree-sitter-helix

Generate kak-tree-sitter grammars, queries and themes using Helix.
6 stars 1 forks source link

Figure out what to do with `default` Helix color. #6

Closed igor-ramazanov closed 8 months ago

igor-ramazanov commented 8 months ago

Helix has a list of named colors with the majority of them likely backed by ANSI colors.

However, there is also a color named default which does not correspond to any Kakoune ANSI color.

Figure out how it is determined in the Helix source code and implement the accompanying logic.