aboutsummaryrefslogtreecommitdiff
path: root/gamemode/config
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/config')
-rw-r--r--gamemode/config/colortheme.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/gamemode/config/colortheme.lua b/gamemode/config/colortheme.lua
index ac803cc..f54fdd7 100644
--- a/gamemode/config/colortheme.lua
+++ b/gamemode/config/colortheme.lua
@@ -26,4 +26,8 @@ theme.console = {
black_bold = Color(40,44,54),
}
+theme.ui = {
+ border = Color(113,113,113)
+}
+
return theme