Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update arrow-light to highlight BuiltIn and Extension styles using sa…
…me colour as Function style
  • Loading branch information
michaelwalshe committed Apr 15, 2026
commit ba843dee9df5a8dc623fc47909f95850b3d72b45
4 changes: 2 additions & 2 deletions src/resources/pandoc/highlight-styles/arrow-light.theme
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@
"underline": false
},
"BuiltIn": {
"text-color": null,
"text-color": "#4758AB",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Extension": {
"text-color": null,
"text-color": "#4758AB",
"background-color": null,
"bold": false,
"italic": false,
Expand Down