jesseleite / an-old-hope-syntax-atom

⚛️ Atom theme inspired by a galaxy far far away...
MIT License
86 stars 20 forks source link

Error. Variable missing #18

Closed felixsanz closed 5 months ago

felixsanz commented 7 years ago

Variable @syntax-result-marker-color; is used in base.less but it's missing its value.

atom-text-editor .search-results .marker .region,
:host .search-results .marker .region {
  background-color: transparent;
  border: 1px solid @syntax-result-marker-color;
}