aboutsummaryrefslogtreecommitdiff
path: root/code/src/syntax_highlight/theme.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-08-30 20:04:29 +0200
committermetamuffin <metamuffin@disroot.org>2022-08-30 20:04:29 +0200
commit1216c64ac850379aa2000d47b110d50c8a883636 (patch)
treeb04494a3dd1d6f8c5f4feaa567ee353d0b80a028 /code/src/syntax_highlight/theme.rs
parent30e75b521da3230d99f3ccb4b68471f9b5e3035e (diff)
downloadmetamuffin-blog-1216c64ac850379aa2000d47b110d50c8a883636.tar
metamuffin-blog-1216c64ac850379aa2000d47b110d50c8a883636.tar.bz2
metamuffin-blog-1216c64ac850379aa2000d47b110d50c8a883636.tar.zst
small improvements
Diffstat (limited to 'code/src/syntax_highlight/theme.rs')
-rw-r--r--code/src/syntax_highlight/theme.rs2
1 files changed, 1 insertions, 1 deletions
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",