webmatze / hyperborder

adds a gradient border to the Hyper terminal
247 stars 28 forks source link

borderWidth and animate not working #72

Open vivekragunathan opened 4 years ago

vivekragunathan commented 4 years ago

Per documentationm, I have the following in my hyper.js

hyperBorder: {
    borderWidth: '2px',
    animate: true
  },

Neither borderWidth nor animate take any effect.

Here is some app information:

Hyper 3.0.2 (stable)

Renderers: WebGL
Plugins: 
  hyper-search (0.4.0),
  hyper-quit (1.0.3),
  hyper-savetext (1.1.2),
  hyper-statusline (1.7.6),
  hypercwd (1.4.0),
  hyper-tabs-enhanced (0.4.2),
  hyper-dnd-tabs (0.0.1),
  hyperborder (1.2.0)

Created by Guillermo Rauch
Copyright © 2019 ZEIT, Inc.
webmatze commented 3 years ago

Can you provide a full example of your .hyper.js configuration?

I tried your settings and it is working for me.

PS: sometimes you need a full reload for the settings to take effect.