adjust colours to be same as 'morning' theme in neovim
This commit is contained in:
@@ -151,7 +151,7 @@ struct
|
||||
let
|
||||
val shellState = consumeDrawEvents shellState
|
||||
|
||||
val _ = Gles3.clearColor (0.97, 0.95, 0.937, 1.0)
|
||||
val _ = Gles3.clearColor (0.89, 0.89, 0.89, 1.0)
|
||||
val _ = Gles3.clear ()
|
||||
|
||||
val app = update app
|
||||
|
||||
Reference in New Issue
Block a user