aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt
diff options
context:
space:
mode:
authorRedth <redth1206@proton.me>2023-10-27 22:51:34 +0800
committerRedth <redth1206@proton.me>2023-10-27 22:51:34 +0800
commitcd25a22ebade375a5be4000c04743ba738f9b71f (patch)
treeadbe53e48c1e8ac681db5522d4cb1a4c1ed6aba9 /src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt
parent08aa76c496a6be564bbe68c367134745c187fdfc (diff)
downloadChatting-cd25a22ebade375a5be4000c04743ba738f9b71f.tar.gz
Chatting-cd25a22ebade375a5be4000c04743ba738f9b71f.tar.bz2
Chatting-cd25a22ebade375a5be4000c04743ba738f9b71f.zip
input box color
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt
index 71f7f02..e17eb0c 100644
--- a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt
+++ b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt
@@ -56,6 +56,12 @@ object ChattingConfig : Config(
)
var compactInputBox = false
+ @Color(
+ name = "Input Box Background Color", category = "General",
+ description = "The color of the chat input box background."
+ )
+ var inputBoxBackgroundColor = OneColor(0, 0, 0, 128)
+
@Switch(
name = "Inform Outdated Mods", category = "General",
description = "Inform the user when a mod can be replaced by Chatting."