Răsfoiți Sursa

bigger swing frame

jiahua.liu 6 ani în urmă
părinte
comite
8af8da6a11

+ 1 - 1
mirai-console/src/main/kotlin/net/mamoe/mirai/MiraiConsoleUI.kt

@@ -384,7 +384,7 @@ object MiraiConsoleUI {
         if (commandBuilder.isEmpty() && c != '/') {
         if (commandBuilder.isEmpty() && c != '/') {
             addCommandChar('/')
             addCommandChar('/')
         }
         }
-        textGraphics.foregroundColor = TextColor.ANSI.BLUE
+        textGraphics.foregroundColor = TextColor.ANSI.WHITE
         textGraphics.backgroundColor = TextColor.ANSI.BLACK
         textGraphics.backgroundColor = TextColor.ANSI.BLACK
         val height = terminal.terminalSize.rows
         val height = terminal.terminalSize.rows
         commandBuilder.append(c)
         commandBuilder.append(c)