Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Jun 17, 2024
1 parent 84235e5 commit 0c95e01
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions lib/forecastr/renderer/ascii.ex
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,8 @@ defmodule Forecastr.Renderer.ASCII do
#{white(output_type)} .-.
#{white(output_type)} ( ).
#{white(output_type)}(___(__)
#{blue(output_type)} ʻ#{reset(output_type)}#{light_white(output_type)} *#{reset(output_type)} ʻ #{
light_white(output_type)
}*
#{light_white(output_type)}*#{reset(output_type)}#{blue(output_type)} ʻ#{reset(output_type)} *#{
blue(output_type)
} ʻ
#{blue(output_type)} ʻ#{reset(output_type)}#{light_white(output_type)} *#{reset(output_type)} ʻ #{light_white(output_type)}*
#{light_white(output_type)}*#{reset(output_type)}#{blue(output_type)} ʻ#{reset(output_type)} *#{blue(output_type)} ʻ
"""
end

Expand All @@ -254,12 +250,8 @@ defmodule Forecastr.Renderer.ASCII do
#{yellow(output_type)}_`/\"\"#{white(output_type)}.-.
#{yellow(output_type)} ,\\_#{white(output_type)}\( ).
#{yellow(output_type)} /#{reset(output_type)}#{white(output_type)}(___(__)
#{blue(output_type)} ʻ#{reset(output_type)}#{white(output_type)} *#{blue(output_type)} ʻ#{
reset(output_type)
}#{white(output_type)} *
#{white(output_type)} *#{reset(output_type)}#{blue(output_type)} ʻ#{reset(output_type)}#{
white(output_type)
} *#{reset(output_type)}#{blue(output_type)} ʻ
#{blue(output_type)} ʻ#{reset(output_type)}#{white(output_type)} *#{blue(output_type)} ʻ#{reset(output_type)}#{white(output_type)} *
#{white(output_type)} *#{reset(output_type)}#{blue(output_type)} ʻ#{reset(output_type)}#{white(output_type)} *#{reset(output_type)}#{blue(output_type)} ʻ
"""
end

Expand Down Expand Up @@ -307,14 +299,8 @@ defmodule Forecastr.Renderer.ASCII do
#{white(output_type)} .-.
#{white(output_type)} ( ).
#{white(output_type)} (___(__)
#{blue(output_type)}‚ʻ#{reset(output_type)}#{bright_yellow(output_type)}#{reset(output_type)}#{
blue(output_type)
}ʻ‚#{reset(output_type)}#{bright_yellow(output_type)}#{reset(output_type)}#{
blue(output_type)
}‚ʻ
#{blue(output_type)}‚ʻ‚ʻ#{reset(output_type)}#{bright_yellow(output_type)}#{
reset(output_type)
}#{blue(output_type)}ʻ‚ʻ
#{blue(output_type)}‚ʻ#{reset(output_type)}#{bright_yellow(output_type)}#{reset(output_type)}#{blue(output_type)}ʻ‚#{reset(output_type)}#{bright_yellow(output_type)}#{reset(output_type)}#{blue(output_type)}‚ʻ
#{blue(output_type)}‚ʻ‚ʻ#{reset(output_type)}#{bright_yellow(output_type)}#{reset(output_type)}#{blue(output_type)}ʻ‚ʻ
"""
end

Expand All @@ -323,9 +309,7 @@ defmodule Forecastr.Renderer.ASCII do
#{yellow(output_type)}_`/\"\"#{reset(output_type)}#{white(output_type)}.-.
#{yellow(output_type)} ,\\#{reset(output_type)}#{white(output_type)}_( ).
#{yellow(output_type)} /#{reset(output_type)}#{white(output_type)}(___(__)
#{bright_yellow(output_type)}#{reset(output_type)}#{blue(output_type)}ʻ ʻ#{
reset(output_type)
}#{bright_yellow(output_type)}⚡ʻ
#{bright_yellow(output_type)}#{reset(output_type)}#{blue(output_type)}ʻ ʻ#{reset(output_type)}#{bright_yellow(output_type)}⚡ʻ
#{blue(output_type)} ʻ ʻ ʻ ʻ
"""
end
Expand All @@ -335,9 +319,7 @@ defmodule Forecastr.Renderer.ASCII do
#{yellow(output_type)}_`/\"\"#{reset(output_type)}.-.
#{yellow(output_type)} ,\\#{reset(output_type)}_( ).
#{yellow(output_type)} /#{reset(output_type)}(___(__)
#{light_white(output_type)} *#{reset(output_type)}#{bright_yellow(output_type)}#{
reset(output_type)
}#{light_white(output_type)} *#{reset(output_type)}#{bright_yellow(output_type)}
#{light_white(output_type)} *#{reset(output_type)}#{bright_yellow(output_type)}#{reset(output_type)}#{light_white(output_type)} *#{reset(output_type)}#{bright_yellow(output_type)}
#{light_white(output_type)} * * *
"""
end
Expand Down

0 comments on commit 0c95e01

Please sign in to comment.