If you think of a vector,
v, as a directed line segment, an arrow, you can make it point in the opposite direction by multiplying it by -1, so -1
v = -
v. This vector -
v is the inverse of
v, and
v is the inverse of -
v, meaning that -
v +
v =
0. But there's nothing inherently positive or negative about either. You could just as well have started with the vector I called -
v, and name it
w. Then -
w =
v. It's completely arbitrary which one you give the minus sign to, just a matter of how you label them. Given an arrow, there's no objective answer to the question "is it negative?" just as there's no objective answer to the question "which way is up?" in space.
Alternatively, if you think of a vector as a finite list real numbers called components, e.g. (x,y,z), with addition defined componentwise, (x,y,z) + (a,b,c) = (x+a,y+b,z+c), you could have some components negative, some positive, and some 0--they needn't all have the same sign--unless you're dealing with 1-dimensional vectors of this sort, in which case it'd be natural to call a negative number a negative vector. I guess you could invent a definition: let negative mean all components negative, but it's not a standard expression, as far as I know.
More generally, vectors are objects that obey certain
axioms. For an arbitrary vector space, there's no standard definition of negative or positive vectors contained in these axioms.