Wire-webapp: Syntax highlighting in Dark theme is often unreadable

Created on 16 Aug 2019  Â·  3Comments  Â·  Source: wireapp/wire-webapp

Wire Desktop 3.9.2895
Arch Linux

What steps will reproduce the problem?

  1. Switch to Dark theme
  2. Send the following message:

````
CSS:

li:nth-child(3n)::before {
  content:'Fizz';
}
li:nth-child(5n)::after {
  content:'Buzz';
}

Python:

def main():
    print "hello world"

````

What is the expected result?

Syntax highlighting is readable

What is the actual result?

Dark-blue and grey are not readable:

image

markdown low feature / request ✨

Most helpful comment

We should use solarized
https://ethanschoonover.com/solarized/

All 3 comments

We should use solarized
https://ethanschoonover.com/solarized/

Or better yet, support multiple color themes! Personally I like monokai.

Screenshot 2020-08-11 at 1 06 58 PM

Should be fixed now!

Was this page helpful?
0 / 5 - 0 ratings