-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey, thanks for the report! It should be fixed in 83468d0 now. The issue was the new rendering system renders only to the screen when there's content to render which skipped over the gaps between menu items, hence leaving them blank. Current fix is bringing back the background colour but I will have to do another pass over the theme system at some point. |
Beta Was this translation helpful? Give feedback.
-
|
By the way, I think your theme would look better if you remove the following entries from it as they are overriding the jj colours for modified, deleted, added items in details view and also overriding the revisions fg colour. "text" = { fg = "#d3c6aa", bg = "#2d353b" }
"revisions" = { fg = "#d3c6aa" }
"details" = { fg = "#d3c6aa" } |
Beta Was this translation helpful? Give feedback.


Hey, thanks for the report!
It should be fixed in 83468d0 now. The issue was the new rendering system renders only to the screen when there's content to render which skipped over the gaps between menu items, hence leaving them blank.
Current fix is bringing back the background colour but I will have to do another pass over the theme system at some point.