mirror of
https://github.com/xvxx/phetch
synced 2024-11-03 03:40:20 +00:00
wrong text color
This commit is contained in:
parent
246531a231
commit
2c1d126adf
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user