Igor Krupenja

Results 7 comments of Igor Krupenja

@trkoch that does the trick but feels hacky, yeah. thanks!

The dark theme that ships with Mailspring is here: https://github.com/Foundry376/Mailspring/tree/5ae7e205147fde43ac75fc31d677bb110c0bd929/app/internal_packages/ui-dark In particular, check out the [email-frame.less](https://github.com/Foundry376/Mailspring/blob/5ae7e205147fde43ac75fc31d677bb110c0bd929/app/internal_packages/ui-dark/styles/email-frame.less) file. It contains the following: ```less .ignore-in-parent-frame { body { -webkit-filter: invert() hue-rotate(180deg); color:...

Additionally, suggest adding a link to the https://github.com/streetsidesoftware/vscode-cspell-dict-extensions repo somewhere under `Add-On Language Dictionaries`. It took me ~20 minutes to figure out where/how to create a PR for a new...

Just for the reference: the only extension with which the mouse wheel gestures work well right now on my mac with Firefox 61 is this https://addons.mozilla.org/en-US/firefox/addon/opera-gestures/ . Perhaps their implementation...

If I get the issue description right, this is about changing relative imports to package imports — opposite of what this extension does now. @luanpotter Would you be willing to...

Yep, the idea was to create a separate option. I will start looking into this mostly likely towards the end of next week. I will let you know then if...