@import 'syntax-variables';

atom-text-editor .line.nuclide-line-preview {
  // Similar to how one-dark-syntax computes its own (internal)
  // @syntax-cursor-line
  background: hsla(hue(@syntax-background-color), 100%, 85%, .15);
}
