From 3b2f098b098fc30689b69f12851893c23386c4e0 Mon Sep 17 00:00:00 2001 From: paxcut <53811119+paxcut@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:39:37 -0700 Subject: [PATCH] fix: fixed two typos in this theme (#423) --- themes/theme_lion.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/theme_lion.json b/themes/theme_lion.json index 875cd1a..33d2796 100644 --- a/themes/theme_lion.json +++ b/themes/theme_lion.json @@ -151,7 +151,7 @@ "background": "#2B2B2BFF", "multi-line-comment": "#B0B0B0FF", "breakpoint": "#3A2323FF", - "know-identifier": "#F09A3BFF", + "known-identifier": "#F09A3BFF", "calculated-pointer": "#F2C7FEFF", "char-literal": "#38E517FF", "comment": "#808080FF", @@ -178,7 +178,7 @@ "local-variable": "#FF7FCAFF", "namespace": "#B5B6E3FF", "number": "#6897BBFF", - "punctutation": "#ABD374FF", + "punctuation": "#ABD374FF", "pattern-variable": "#FCADDCFF", "placed-variable": "#A9B7C6FF", "preprocessor-deactivated": "#686A4BB8",