Skip to content

Commit

Permalink
make blues a little nicer in bars source
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 10, 2020
1 parent 2968ad4 commit 96b7d8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Image.elm
Expand Up @@ -6,6 +6,7 @@ import Css
import Grid exposing (Grid)
import Html.Styled as Html exposing (Attribute, Html)
import Html.Styled.Attributes as Attrs exposing (css, style)
import Palette.Tango as Tango
import Set


Expand Down Expand Up @@ -81,13 +82,10 @@ bars : Image
bars =
let
b =
Color.fromRGBA { red = 0, green = 0, blue = 255, alpha = Color.opaque }

w =
Color.fromRGBA { red = 200, green = 200, blue = 200, alpha = Color.opaque }
Color.fromColor Color.opaque Tango.skyBlue1

k =
Color.fromRGBA { red = 0, green = 0, blue = 0, alpha = Color.opaque }
Color.fromRGBA { red = 45, green = 45, blue = 45, alpha = Color.opaque }
in
case
Grid.fromRowsAndColumns
Expand Down

0 comments on commit 96b7d8b

Please sign in to comment.