Skip to content

Commit

Permalink
Revert "Make the ASCII banner match the website banner better."
Browse files Browse the repository at this point in the history
This reverts commit 160d01a.
  • Loading branch information
StefanKarpinski committed Jul 5, 2011
1 parent 013e35e commit f26a3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions j/client.j
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ L" _

begin
local tx = "\033[37m" # text
local jl = "\033[34m" # julia
local d1 = "\033[36m" # first dot
local jl = "\033[37m" # julia
local d1 = "\033[34m" # first dot
local d2 = "\033[31m" # second dot
local d3 = "\033[32m" # third dot
local d4 = "\033[35m" # fourth dot
Expand Down

0 comments on commit f26a3c5

Please sign in to comment.