ryanpcmcquen / workflowyCodeFormatter

:hourglass_flowing_sand: A simple and lightweight solution to the WorkFlowy code dilemma. | https://addons.mozilla.org/en-US/firefox/addon/workflowy-code-formatter/ | https://chrome.google.com/webstore/detail/workflowy-code-formatter/kglihipcanlbglgikjghocmbbbbkfemn
Mozilla Public License 2.0
39 stars 6 forks source link

Support for dark theme? #10

Closed dazza-codes closed 4 years ago

dazza-codes commented 6 years ago

Is there an easy way to change the code styling to support a dark theme? On a dark theme, the code text is too dark to be seen.

ryanpcmcquen commented 6 years ago

There is not at this time, but I would definitely accept a PR adding this.

ryanpcmcquen commented 5 years ago

@darrenleeweber, the latest version (0.5.0), which should arrive on your machine in the next day or so does offer an option not to syntax highlight. It isn't exactly a dark theme, but it will keep the text from changing colors which will at least remove some of the ugliness.

To keep a code block from being syntax highlighted, simply do not specify a language, so:

```js

Becomes:

```
ryanpcmcquen commented 4 years ago

@dazza-codes, this is no longer an issue as syntax highlighting has been removed: https://github.com/ryanpcmcquen/workflowyCodeFormatter#what-happened-to-syntax-highlighting