adjust colours to be same as 'morning' theme in neovim

This commit is contained in:
2025-10-17 23:37:09 +01:00
parent 111e0cf66d
commit 05961a460c
2 changed files with 31 additions and 31 deletions

View File

@@ -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