Skip to content

Commit 9927d95

Browse files
author
Markus Pettersson
committedOct 2, 2020
Inverse black and white in Crystal ascii art
Increase readability in a black terminal.
1 parent a6665f6 commit 9927d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ define_languages! {
107107
{ CMake, "cmake.ascii", "CMake", vec![Color::Blue, Color::Green, Color::Red, Color::Black] },
108108
{ CoffeeScript, "coffeescript.ascii", "CoffeeScript", vec![Color::Red] },
109109
{ Cpp, "cpp.ascii", "C++", vec![Color::Cyan, Color::Blue], "c++" },
110-
{ Crystal, "crystal.ascii", "Crystal", vec![Color::Black, Color::White] },
110+
{ Crystal, "crystal.ascii", "Crystal", vec![Color::White, Color::Black] },
111111
{ CSharp, "csharp.ascii", "C#", vec![Color::Blue, Color::Magenta], "c#" },
112112
{ Css, "css.ascii", "CSS", vec![Color::Blue, Color::White] },
113113
{ D, "d.ascii", "D", vec![Color::Red] },

0 commit comments

Comments
 (0)
Please sign in to comment.