Skip to content

Commit d21c67a

Browse files
chore: move icons into colored section
1 parent 140754c commit d21c67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/cc/modlabs/kpaper/messages/MessageFormat.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import kotlin.time.Duration
1010
import kotlin.time.Duration.Companion.seconds
1111

1212
enum class MessageFormat(val format: String) {
13-
INFO("<color:#CAD3C8> %s"),
13+
INFO("<color:#CAD3C8> %s"),
1414
WARNING("<color:#F8EFBA>⚠ %s"),
1515
ERROR("<color:#FD7272>🪲 %s"),
16-
SUCCESS("<color:#a3e877>%s"),
16+
SUCCESS("<color:#a3e877>%s"),
1717
LOCKED("<gradient:#FC427B:#FD7272>🔒 %s"),
1818
PLAIN("<color:#CAD3C8>%s");
1919
}

0 commit comments

Comments
 (0)