Wire Desktop 3.9.2895
Arch Linux
````
CSS:
li:nth-child(3n)::before {
content:'Fizz';
}
li:nth-child(5n)::after {
content:'Buzz';
}
Python:
def main():
print "hello world"
````
Syntax highlighting is readable
Dark-blue and grey are not readable:

We should use solarized
https://ethanschoonover.com/solarized/
Or better yet, support multiple color themes! Personally I like monokai.

Should be fixed now!
Most helpful comment
We should use solarized
https://ethanschoonover.com/solarized/