From b8fded7da11b4fe3969f035982e1498de632562d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 22 Feb 2024 14:41:56 +0100 Subject: [PATCH] Match highlight to Atlas --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 04488c6d0..83150845b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -21,6 +21,9 @@ const astroExpressiveCodeOptions = { extractFileNameFromCode: false, }, styleOverrides: { + textMarkers: { + markBackground: "#ddebf9", + }, frames: { editorTabBarBackground: "#f4f6f9", terminalTitlebarBackground: "#f4f6f9",