-1

Zerobrane version v1.90

This error is caused after I put the following code into user preference:

styles.indicator.fncall = {fg = {-110,0,0}} --I got this in documentation page of zerobrane

I tried to reinstall zerobrane(both portable version and .exe verison) but the problem is still here.

Screenshot of the error message:

Zerobrane-error.png

DarkWiiPlayer
  • 6,871
  • 3
  • 23
  • 38
BlaztOne
  • 180
  • 1
  • 10

1 Answers1

1
{-110,0,0}

You're passing a negative value as the red value; there's no way that could work (What would it even do?)

DarkWiiPlayer
  • 6,871
  • 3
  • 23
  • 38