Skip to content

Commit

Permalink
correct second color of xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tacrazymage committed Oct 15, 2019
1 parent e7e25ee commit 03cc3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ impl Info {
Language::Vue => vec![Color::BrightGreen, Color::Blue],
Language::Perl => vec![Color::BrightBlue],
Language::Php => vec![Color::BrightWhite],
Language::XML => vec![Color::Yellow],
Language::XML => vec![Color::Yellow, Color::BrightBlack],
Language::Zig => vec![Color::Yellow],
Language::Unknown => vec![Color::White],
};
Expand Down

0 comments on commit 03cc3de

Please sign in to comment.