From c9c0f8e36075d1eb2680b843eb3345ad8a0609b6 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 4 Oct 2024 15:21:14 +0800 Subject: [PATCH] chore: fix jupyter language color --- .../cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt index 7931bca..d16ec9b 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt @@ -70,7 +70,7 @@ object GitHubParseCommand { "Dart" to Color(0, 180, 171), "Objective-C" to Color(67, 142, 255), "OCaml" to Color(239, 122, 8), - "Jupyter Notebook" to Color(94, 80, 134), + "Jupyter Notebook" to Color(218, 91, 11), "Haskell" to Color(239, 122, 8), "Unknown" to Color(211, 211, 211) )