From 5a8e89b98ad4af196e4bc09172723c3f16727c65 Mon Sep 17 00:00:00 2001 From: Mara Averick Date: Mon, 4 Apr 2022 05:52:36 -0600 Subject: [PATCH] Fix "Other" keyword in ayu-mirage Fixes keyword so color correctly applied to `.ot` code spans. --- src/resources/pandoc/highlight-styles/ayu-mirage.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/pandoc/highlight-styles/ayu-mirage.theme b/src/resources/pandoc/highlight-styles/ayu-mirage.theme index 98e13e737f..e26e79891a 100644 --- a/src/resources/pandoc/highlight-styles/ayu-mirage.theme +++ b/src/resources/pandoc/highlight-styles/ayu-mirage.theme @@ -140,7 +140,7 @@ "selected-text-color": "#f29e74", "text-color": "#f29e74" }, - "Others": { + "Other": { "selected-text-color": "#5ccfe6", "text-color": "#5ccfe6" },