2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-03 03:40:20 +00:00

wrong text color

This commit is contained in:
dvkt 2020-01-10 17:21:39 -08:00
parent 246531a231
commit 2c1d126adf

View File

@ -178,7 +178,7 @@ impl Menu {
// color the line // color the line
out.push_str(&match line.typ { out.push_str(&match line.typ {
Type::Text => color!(name, White), Type::Text => color!(name, Cyan),
Type::Menu => color!(name, Blue), Type::Menu => color!(name, Blue),
Type::Info => color!(name, Yellow), Type::Info => color!(name, Yellow),
Type::HTML => color!(name, Green), Type::HTML => color!(name, Green),