hardcode more pleasant (in my opinion) colour scheme for the moment
This commit is contained in:
@@ -178,7 +178,7 @@ struct
|
|||||||
, 5, 5, 5
|
, 5, 5, 5
|
||||||
, windowWidth, windowHeight
|
, windowWidth, windowHeight
|
||||||
, Real32.fromInt windowWidth, Real32.fromInt windowHeight
|
, Real32.fromInt windowWidth, Real32.fromInt windowHeight
|
||||||
, 0.0, 0.0, 0.0
|
, 0.67, 0.51, 0.83
|
||||||
, rStrTl
|
, rStrTl
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ struct
|
|||||||
let
|
let
|
||||||
val shellState = consumeDrawEvents shellState
|
val shellState = consumeDrawEvents shellState
|
||||||
|
|
||||||
val _ = Gles3.clearColor (1.0, 1.0, 1.0, 1.0)
|
val _ = Gles3.clearColor (0.087, 0.095, 0.13, 1.0)
|
||||||
val _ = Gles3.clear ()
|
val _ = Gles3.clear ()
|
||||||
|
|
||||||
val _ = draw shellState
|
val _ = draw shellState
|
||||||
|
|||||||
Reference in New Issue
Block a user