From 93ed81b67596825e633235edb4150798d3cc40f5 Mon Sep 17 00:00:00 2001 From: koffeejava Date: Sat, 14 Mar 2026 20:06:41 -0600 Subject: [PATCH] bleb --- src/icon-list.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icon-list.cr b/src/icon-list.cr index 4202298..83c1279 100644 --- a/src/icon-list.cr +++ b/src/icon-list.cr @@ -1,6 +1,6 @@ def icon(id) - gray = "\e[38;5;241m" + gray = "\e[38;5;8m" blue = "\e[38;5;33m" yellow = "\e[38;5;220m" reset = "\e[0m" @@ -9,7 +9,7 @@ def icon(id) if Time.local.minute < 10 time = (Time.local.hour.to_s + 0.to_s + Time.local.minute.to_s).to_i if time > 1830 - orange = "\e[38;5;235m" + orange = "\e[38;5;8m" else orange = "\e[38;5;214m" end