Skip to content

Commit 3b2f098

Browse files
authored
fix: fixed two typos in this theme (#423)
1 parent f4f004f commit 3b2f098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/theme_lion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"background": "#2B2B2BFF",
152152
"multi-line-comment": "#B0B0B0FF",
153153
"breakpoint": "#3A2323FF",
154-
"know-identifier": "#F09A3BFF",
154+
"known-identifier": "#F09A3BFF",
155155
"calculated-pointer": "#F2C7FEFF",
156156
"char-literal": "#38E517FF",
157157
"comment": "#808080FF",
@@ -178,7 +178,7 @@
178178
"local-variable": "#FF7FCAFF",
179179
"namespace": "#B5B6E3FF",
180180
"number": "#6897BBFF",
181-
"punctutation": "#ABD374FF",
181+
"punctuation": "#ABD374FF",
182182
"pattern-variable": "#FCADDCFF",
183183
"placed-variable": "#A9B7C6FF",
184184
"preprocessor-deactivated": "#686A4BB8",

0 commit comments

Comments
 (0)