Skip to content

Commit

Permalink
changed the color to real ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3mm authored Nov 18, 2019
1 parent b6f3f7f commit cc6d005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl Language {
],
Language::CoffeeScript => vec![Color::Red],
Language::Cpp => vec![Color::BrightBlue, Color::Cyan],
Language::Csharp => vec![Color::Magenta, Color::DarkMagenta],
Language::Csharp => vec![Color::Blue, Color::Magenta],
Language::CSS => vec![Color::Blue, Color::White],
Language::D => vec![Color::Red],
Language::Dart => vec![Color::BrightBlue, Color::BrightCyan],
Expand Down

0 comments on commit cc6d005

Please sign in to comment.