about summary refs log tree commit diff stats
path: root/browse-slack
diff options
context:
space:
mode:
Diffstat (limited to 'browse-slack')
-rw-r--r--browse-slack/environment.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu
index a0d9f88e..60bc00f6 100644
--- a/browse-slack/environment.mu
+++ b/browse-slack/environment.mu
@@ -63,8 +63,8 @@ fn render-channels screen: (addr screen), env: (addr environment), _channels: (a
     compare name, 0
     break-if-=
     set-cursor-position screen, 2/x y
-    draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 0xf/grey 0/black
-    draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 0xf/grey 0/black
+    draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 7/grey 0/black
+    draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 7/grey 0/black
     y <- add 2/channel-padding
     i <- increment
     loop