rickgbw / hyperterm-overlay

A complete and customizable solution for a overlay window in your Hyper.app
MIT License
131 stars 19 forks source link

Foreground color makes nano unreadable #43

Open jcoetzee opened 6 years ago

jcoetzee commented 6 years ago

Since upgrading to Hyper 2.0 foreground colour now hides the hints on nano. This only occurs when I enable this plugin.

screen shot 2018-05-03 at 7 58 06 am

favna commented 6 years ago

From me using this plugin I have not noticed it changing any UI elements and I've looked in the code and there is no code doing any UI adjusting either. For me nano also works just fine with this installed:

My plugins are:

  plugins: [
    'hyper-tab-icons',
    "hyper-material-theme",
    "gitrocket",
    "hyper2-border",
    "hyper-overlay"
  ]

This should not be related to this plugin specifically by any means.

(Note: I know you'll see I don't have hyperTERM-overlay, I forked this repo and re-released it to npm since the project is strongly suggested to have been deserted)