Skip to content

Commit

Permalink
Inverse black and white in Crystal ascii art
Browse files Browse the repository at this point in the history
Increase readability in a black terminal.
  • Loading branch information
Markus Pettersson committed Oct 2, 2020
1 parent a6665f6 commit 9927d95
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 @@ -107,7 +107,7 @@ define_languages! {
{ CMake, "cmake.ascii", "CMake", vec![Color::Blue, Color::Green, Color::Red, Color::Black] },
{ CoffeeScript, "coffeescript.ascii", "CoffeeScript", vec![Color::Red] },
{ Cpp, "cpp.ascii", "C++", vec![Color::Cyan, Color::Blue], "c++" },
{ Crystal, "crystal.ascii", "Crystal", vec![Color::Black, Color::White] },
{ Crystal, "crystal.ascii", "Crystal", vec![Color::White, Color::Black] },
{ CSharp, "csharp.ascii", "C#", vec![Color::Blue, Color::Magenta], "c#" },
{ Css, "css.ascii", "CSS", vec![Color::Blue, Color::White] },
{ D, "d.ascii", "D", vec![Color::Red] },
Expand Down

0 comments on commit 9927d95

Please sign in to comment.