Skip to content

Commit db92791

Browse files
authored
Merge pull request #231 from maash3r/ascii/jupyter
ASCII Jupyter logo, Fixes #219
2 parents 9ab044a + 920958d commit db92791

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

Diff for: resources/jupyter.ascii

+24-26
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
{1}
2-
{1} *************** {2}.--.
3-
{1} *********************** {2}/ \
4-
{1} {2} _ {1}***************************** {2}\ /
5-
{1} {2}(_) {1}********************************* {2}'--'
6-
{1} ******** ********
7-
{1} ***** *****
8-
{1} *** ***
9-
{1} * {0}_ {1}*
10-
{0} _ _ _ _ __ _ _ | |_ ___ _ __
11-
{0} | | | | | | | '_ \ | | | | | __| / _ \ | '__|
12-
{0} _ | | | |_| | | |_) | | |_| | | |_ | __/ | |
13-
{0}| |_| | \__,_| | .__/ \__, | \__| \___| |_|
14-
{0} \___/ |_| |___/
15-
{1}
16-
{1} * *
17-
{1} *** ***
18-
{1} ***** *****
19-
{1} ********* *********
20-
{1} *********************************
21-
{1} *****************************
22-
{1} ************************
23-
{2} .--. {1}***************
24-
{2} / \
25-
{2} \ /
26-
{2} '--'
1+
{2} +%%%+
2+
{2} $$$$$$$
3+
{2} +%+ {1}********** {2}$$$$$$$
4+
{2} $$$$$ {1}******************** {2}*%%%*
5+
{2} *%* {1}************************
6+
{1} ****************************
7+
{1} ******** ********
8+
{1} *** ***
9+
{1} * {0}_ {1}*
10+
{0} _ _ _ _ __ _ _ | |_ ___ _ _
11+
{0} | || | | || '_ \ | | | || __|/ _ \| '_|
12+
{0} | || |_| || |_) || |_| || |_ | __/| |
13+
{0} | | \__,_|| .__/ \__, | \__|\___||_|
14+
{0}/_/ |_| |___/
15+
{0}
16+
{1} * *
17+
{1} *** ***
18+
{1} ******** *****
19+
{1} ************************
20+
{1} ********************
21+
{2} +%%%+ {1}**********
22+
{2} $$$$$$$
23+
{2} $$$$$$$
24+
{2} *%%%*

Diff for: src/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ define_languages! {
129129
{ Java, "java.ascii", "Java", vec![Color::Cyan, Color::Red] },
130130
{ JavaScript, "javascript.ascii", "JavaScript", vec![Color::Yellow] },
131131
{ Julia, "julia.ascii", "Julia", vec![Color::White, Color::Blue, Color::Green, Color::Red, Color::Magenta] },
132-
{ Jupyter, "jupyter.ascii", "Jupyter-Notebooks", vec![Color::White, Color::Yellow, Color::White], "jupyter-notebooks" },
132+
{ Jupyter, "jupyter.ascii", "Jupyter-Notebooks", vec![Color::White, Color::Yellow, Color::Blue], "jupyter-notebooks" },
133133
{ Kotlin, "kotlin.ascii", "Kotlin", vec![Color::Blue, Color::Yellow, Color::Magenta] },
134134
{ Lisp, "lisp.ascii", "Lisp", vec![Color::Yellow] },
135135
{ Lua, "lua.ascii", "Lua", vec![Color::Blue, Color::White] },

0 commit comments

Comments
 (0)