Skip to content

Commit ac74497

Browse files
committedOct 21, 2020
fix go logo and bash
1 parent 0e11538 commit ac74497

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
 

Diff for: ‎resources/bash.ascii

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{0} ':h:'
2-
{0} ':ba:sh:,
3-
{0} ;bash, ':ba;
4-
{0} ':bash:' ':shb:'
5-
{0} ,bash; ,ash,
1+
{0} ;sh:'
2+
{0} :ba:sh:,ba;
3+
{0} ;sh, ':ba;
4+
{0} ':ba ':sh;
5+
{0} ,sh' ,ash,
66
{0} ,s:' ':h;
77
{0}'ba ,aoOk,
88
{0}:b, ;hkABASH:
99
{0}:b, ;oOBASHBASH:
1010
{0}:b, ':bBASHBASHBASH:
1111
{0}:b, ':AKBBBASHBASHBASH:
1212
{0}:b, ;okNBBB$BASHBASHBASH:
13-
{0}:b, oABASH$:$BBBBASHBASH:
14-
{0}:b, oBASH$:::$BBBASHBASH:
15-
{0}:b, oBAS$::$BASHBASHBASH:
16-
{0};b; oBASHB$::$BBBASHBASH;
17-
{0} :ba' oBAS$:::$HHBASHBASHa
18-
{0} ':sh; oBASH$:$BASHBASHBA'
13+
{0}:b, oABASH$ $BBBBASHBASH:
14+
{0}:b, oBASH$ $BBBASHBASH:
15+
{0}:b, oBAS$ $BASHBAS ASH:
16+
{0};b; oBASHB$ $BBB HBASH;
17+
{0} :ba' oBAS$ $HH SHBASHa
18+
{0} ':sh; oBASH$ $BASHBASHBA'
1919
{0} ':ba: oBASHB$BASHBAS:'
2020
{0} ;shh:, oBASHBASHBA;
2121
{0} ,:ba;o0ABN0Aa,

Diff for: ‎src/onefetch/language.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ define_languages! {
189189
{ Forth, "forth.ascii", "Forth", define_colors!( [Color::Red] ) },
190190
{ FortranModern, "f90.ascii", "Fortran", define_colors!( [Color::White, Color::Green, Color::Cyan, Color::Yellow, Color::Red] ), "fortran" },
191191
{ FSharp, "fsharp.ascii", "F#", define_colors!( [Color::Cyan, Color::Cyan] ), "f#" },
192-
{ Go, "go.ascii", "Go", define_colors!( [Color::White] ) },
192+
{ Go, "go.ascii", "Go", define_colors!( [Color::Cyan, Color::White, Color::Yellow] : [Color::TrueColor{ r:116, g:205, b:221 }, Color::TrueColor{ r:255, g:255, b:255 }, Color::TrueColor{ r:246, g:210, b:162 }] ) },
193193
{ Groovy, "groovy.ascii", "Groovy", define_colors!( [Color::Cyan, Color::White] ) },
194194
{ Haskell, "haskell.ascii", "Haskell", define_colors!( [Color::Cyan, Color::Magenta, Color::Blue] ) },
195195
{ Html, "html.ascii", "HTML", define_colors!( [Color::Red, Color::White] ) },
@@ -249,7 +249,7 @@ define_languages! {
249249
{ Vue, "vue.ascii", "Vue", define_colors!( [Color::Green, Color::Blue] ) },
250250
{ Xml, "xml.ascii", "XML", define_colors!( [Color::Yellow, Color::White, Color::Green] ) },
251251
{ Zig, "zig.ascii", "Zig", define_colors!( [Color::Yellow] ) },
252-
{ Zsh, "zsh.ascii", "Z-shell", define_colors!( [Color::White] ), "zsh" },
252+
{ Zsh, "zsh.ascii", "Z-shell", define_colors!( [Color::White] ) },
253253
}
254254

255255
impl Language {

0 commit comments

Comments
 (0)
Please sign in to comment.