Skip to content

Commit f6d419a

Browse files
committed
Merge pull request #9003 from ninjin/nin/asciilogo_colour
RFC: Additional colour resets for the ASCII logo
2 parents b3b8456 + 3dba544 commit f6d419a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/version.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ function banner(io::IO = STDOUT)
229229
d3 = "\033[32m" # third dot
230230
d4 = "\033[35m" # fourth dot
231231

232-
print(io,"""\033[1m $(d3)_
233-
$(d1)_ $(jl)_$(tx) $(d2)_$(d3)(_)$(d4)_$(tx) | A fresh approach to technical computing
232+
print(io,"""\033[1m $(d3)_$(tx)
233+
$(d1)_$(tx) $(jl)_$(tx) $(d2)_$(d3)(_)$(d4)_$(tx) | A fresh approach to technical computing
234234
$(d1)(_)$(jl) | $(d2)(_)$(tx) $(d4)(_)$(tx) | Documentation: http://docs.julialang.org
235235
$(jl)_ _ _| |_ __ _$(tx) | Type \"help()\" for help.
236236
$(jl)| | | | | | |/ _` |$(tx) |

0 commit comments

Comments
 (0)