From e6f893811e856ce4f4355fd972f5eec4e50b5790 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 14 Aug 2021 15:43:44 -0700 Subject: [PATCH] . --- browse-slack/environment.mu | 4 ++-- 1 file 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