From 1216c64ac850379aa2000d47b110d50c8a883636 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Aug 2022 20:04:29 +0200 Subject: small improvements --- code/src/syntax_highlight/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/src/syntax_highlight/theme.rs') diff --git a/code/src/syntax_highlight/theme.rs b/code/src/syntax_highlight/theme.rs index 77018db..288662a 100644 --- a/code/src/syntax_highlight/theme.rs +++ b/code/src/syntax_highlight/theme.rs @@ -3,7 +3,7 @@ pub fn theme(kind: &str) -> &'static str { "keyword" => "#9999ff", "macro" => "#ff2863", "literal" => "#26a6ff", - "functions" => "#26ffbc", + "function" => "#26ffbc", "types" => "#26ff34", "identifier" => "#ccff26", "" => "#ff7c26", -- cgit v1.2.3-70-g09d2