From ba843dee9df5a8dc623fc47909f95850b3d72b45 Mon Sep 17 00:00:00 2001 From: Michael Walshe <62556482+michaelwalshe@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:03:41 +0100 Subject: [PATCH 1/2] Update arrow-light to highlight BuiltIn and Extension styles using same colour as Function style --- src/resources/pandoc/highlight-styles/arrow-light.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/pandoc/highlight-styles/arrow-light.theme b/src/resources/pandoc/highlight-styles/arrow-light.theme index a43579646bd..afc4066e695 100644 --- a/src/resources/pandoc/highlight-styles/arrow-light.theme +++ b/src/resources/pandoc/highlight-styles/arrow-light.theme @@ -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, From 20e1fb99b7ebc2618c59d266a5ed3ca0e860e249 Mon Sep 17 00:00:00 2001 From: Michael Walshe <62556482+michaelwalshe@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:37:46 +0100 Subject: [PATCH 2/2] Update changelog.md for #14299 --- news/changelog-1.10.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/news/changelog-1.10.md b/news/changelog-1.10.md index 84563f201ea..c2049d17df0 100644 --- a/news/changelog-1.10.md +++ b/news/changelog-1.10.md @@ -44,4 +44,5 @@ All changes included in 1.10: - ([#6651](https://github.com/quarto-dev/quarto-cli/issues/6651)): Fix dart-sass compilation failing in enterprise environments where `.bat` files are blocked by group policy. - ([#14255](https://github.com/quarto-dev/quarto-cli/issues/14255)): Fix shortcodes inside inline and display math expressions not being resolved. -- ([#14342](https://github.com/quarto-dev/quarto-cli/issues/14342)): Work around TOCTOU race in Deno's `expandGlobSync` that can cause unexpected exceptions to be raised while traversing directories during project initialization. \ No newline at end of file +- ([#14342](https://github.com/quarto-dev/quarto-cli/issues/14342)): Work around TOCTOU race in Deno's `expandGlobSync` that can cause unexpected exceptions to be raised while traversing directories during project initialization. +- ([#14299](https://github.com/quarto-dev/quarto-cli/issues/14299)): Update default arrow-light theme to highlight BuiltIn and Extension styles