Skip to content

Commit fa8d175

Browse files
committed
New HolyC logo
1 parent 585a51d commit fa8d175

File tree

2 files changed

+29
-24
lines changed

2 files changed

+29
-24
lines changed

Diff for: resources/holyc.ascii

+28-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
{0} ++++++
2-
{0} ++++++++++++
3-
{0} ++++++++++++++++++++
4-
{0} ++++++++++++++++++++++++++
5-
{0} ++++++++++++++++++++++++++++++++
6-
{0} +++++++++++++ +++++++++++++
7-
{0}+++++++++++ ++++++++{1}:::
8-
{0}+++++++++ ++{1}:::::::
9-
{0}++++++++ ++++++ {1}:::::::::::
10-
{0}+++++++ ++++++++++ {1}::::: ::::::
11-
{0}+++++++ +++++++++{1}::::::: ::::
12-
{0}+++++++ +++++++{1}:::::::::::: ::::::
13-
{0}+++++++ +++{1}::::::::::::::: ::::::
14-
{0}+++++++ {1}:::::::::: ::::: ::::::
15-
{0}++++++++ {1}:::::: :::::::::::
16-
{0}++++++{1}::: :::::::::
17-
{0}+++{1}:::::::: :::::::::::
18-
{1} ::::::::::::: :::::::::::::
19-
{1} ::::::::::::::::::::::::::::::::
20-
{1} ::::::::::::::::::::::::::
21-
{1} ::::::::::::::::::::
22-
{1} ::::::::::::
23-
{1} ::::::
1+
{0} +++++++++++
2+
{0} ++++ ++++
3+
{0} ++++ ++++
4+
{0} +++ +++
5+
{0} +++ +++
6+
{0} ++ {1}++++++ {0}++
7+
{0} ++ {1}++++++++++++ {0}++
8+
{0} + {1}++++++++++++++++++++ {0}+
9+
{1} ++++++++++++++++++++++++++
10+
{1} ++++++++++++++++++++++++++++++++
11+
{1} +++++++++++++ +++++++++++++
12+
{1}+++++++++++ ++++++++{2}:::
13+
{1}+++++++++ ++{2}:::::::
14+
{1}++++++++ ++++++ {2}:::::::::::
15+
{1}+++++++ ++++++++++ {2}:::::::::::::
16+
{1}+++++++ +++++++++{2}:::::::::::::::::
17+
{1}+++++++ +++++++{2}::::::::::::::::::::
18+
{1}+++++++ +++{2}:::::::::::::::::::::::
19+
{1}+++++++ {2}:::::::::: :::::::::::::
20+
{1}++++++++ {2}:::::: :::::::::::
21+
{1}++++++{2}::: :::::::::
22+
{1}+++{2}:::::::: :::::::::::
23+
{2} ::::::::::::: :::::::::::::
24+
{2} ::::::::::::::::::::::::::::::::
25+
{2} ::::::::::::::::::::::::::
26+
{2} ::::::::::::::::::::
27+
{2} ::::::::::::
28+
{2} ::::::

Diff for: src/onefetch/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ define_languages! {
188188
{ 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 }] ) },
189189
{ Groovy, "groovy.ascii", "Groovy", define_colors!( [Color::Cyan, Color::White] ) },
190190
{ Haskell, "haskell.ascii", "Haskell", define_colors!( [Color::Cyan, Color::Magenta, Color::Blue] : [Color::TrueColor{ r:69, g:58, b:98 }, Color::TrueColor{ r:94, g:80, b:134 }, Color::TrueColor{ r:143, g:78, b:139 }] ) },
191-
{ HolyC, "holyc.ascii", "HolyC", define_colors!( [Color::Yellow, Color::White] ), "holyc" },
191+
{ HolyC, "holyc.ascii", "HolyC", define_colors!( [Color::Yellow, Color::Cyan, Color::Blue] ), "holyc" },
192192
{ Html, "html.ascii", "HTML", define_colors!( [Color::Red, Color::White] ) },
193193
{ Idris, "idris.ascii", "Idris", define_colors!( [Color::Red] ) },
194194
{ Java, "java.ascii", "Java", define_colors!( [Color::Red, Color::Blue] : [Color::TrueColor{ r:244, g:67 ,b:54}, Color::TrueColor{ r:22, g:101 ,b:192} ] ) },

0 commit comments

Comments
 (0)