From 0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Sep 2022 20:42:10 +0200 Subject: (the commit before proper parsers will replace everything™™) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 288662a..2dfd10d 100644 --- a/code/src/syntax_highlight/theme.rs +++ b/code/src/syntax_highlight/theme.rs @@ -6,7 +6,7 @@ pub fn theme(kind: &str) -> &'static str { "function" => "#26ffbc", "types" => "#26ff34", "identifier" => "#ccff26", - "" => "#ff7c26", + "constant" => "#ff7c26", "comment" => "#6e6e6e", _ => "#ff00ff", } -- cgit v1.2.3-70-g09d2