Updated red color, updated installer, fixed time based color.

This commit is contained in:
koffeejava
2026-03-12 23:09:13 -06:00
parent 89050146c5
commit 09526f25a5
3 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ require "option_parser"
module Wfetch
VERSION = "0.1.0"
orange = "\e[38;5;214m"
red = "\e[38;5;52m"
red = "\e[0;31m"
bold = "\033[1m"
reset = "\e[0m"