about summary refs log tree commit diff stats
path: root/browse-slack/environment.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-14 15:43:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-14 15:43:44 -0700
commite6f893811e856ce4f4355fd972f5eec4e50b5790 (patch)
tree5106181fc80d7092a9c0d49a63104996bd8c3dbd /browse-slack/environment.mu
parent55cac9e7a9943f53e17a1d02eb8e39eafb59ce24 (diff)
downloadmu-e6f893811e856ce4f4355fd972f5eec4e50b5790.tar.gz
.
Diffstat (limited to 'browse-slack/environment.mu')
-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 6479d5ff..b4046946 100644
--- a/browse-slack/environment.mu
+++ b/browse-slack/environment.mu
@@ -114,8 +114,8 @@ fn render-channels screen: (addr screen), _env: (addr environment), _channels: (
       compare cursor-index, i
       break-if-!=
       # cursor; reverse video
-      draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 0/black 7/grey
-      draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 0/black 7/grey
+      draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, "#", 0/black 0xf/white
+      draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, name, 0/black 0xf/white
     }
     y <- add 2/channel-padding
     i <- increment