erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Add zvm.css file #84

Closed erkyrath closed 7 years ago

erkyrath commented 7 years ago

See https://github.com/erkyrath/lectrote/issues/77#issuecomment-269713608

erkyrath commented 7 years ago

https://github.com/erkyrath/lectrote/blob/master/ifvms/zvm.css is my current version. I backed away from the reverse/normal distinction a bit, because I want the status line to look good in the common case.

I did make an attempt to keep Jigsaw playable, although it's not entirely successful.

curiousdannii commented 7 years ago

Looks good to me. I'll have a think about the line height issue.

curiousdannii commented 7 years ago

The lack of reverse styling in the upper window is meaning that quote boxes and menus are losing their formatting, Maybe the reverse colours could be made to be the current colours, with the normal colours being the same as the lower window?

erkyrath commented 7 years ago

I've added some intermediate colors.

curiousdannii commented 7 years ago

Line height and colour issues are addressed in #87