Skip to content

Commit

Permalink
bat: improve manpage coloring (#585)
Browse files Browse the repository at this point in the history
Improve the manpage coloring, addressing a known issue [1].

[1]: https://github.com/eth-p/bat-extras/blob/36c77c171cc71b2ff3ec4cb781aa16ca3ad258b1/doc/batman.md#caveats

Link: #585

Approved-by: Daniel Thwaites <[email protected]>
Approved-by: NAHO <[email protected]>
  • Loading branch information
JanOlencki authored Oct 7, 2024
1 parent 39e5435 commit 0871989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/bat/base16-stylix.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<key>name</key>
<string>Classes</string>
<key>scope</key>
<string>support.class, entity.name.class, entity.name.type.class</string>
<string>support.class, entity.name.class, entity.name.type.class, entity.name</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -299,7 +299,7 @@
<key>name</key>
<string>Headings</string>
<key>scope</key>
<string>markup.heading punctuation.definition.heading, entity.name.section</string>
<string>markup.heading, punctuation.definition.heading, entity.name.section</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
Expand Down

0 comments on commit 0871989

Please sign in to comment.