Pulsar-Edit-Highlights / line

@Pulsar-Edit package for highlighting the currently selected line.
https://web.pulsar-edit.dev/packages/highlight-line
MIT License
52 stars 16 forks source link

Dark/Light theme switch #26

Open Bengt opened 10 years ago

Bengt commented 10 years ago

A setting to switch between light and dark themes as in https://github.com/richrace/highlight-selected would be nice and allow specific color settings. For example using a light theme, I ended up with a "5 % black", which would probably not fit for dark themes:

.editor {
  .line.highlight-line {
    background: rgba(0, 0, 0, 0.05) !important;
  }
}

Here is a screenshot of how that:

bildschirmfoto von