bash / terminal-colorsaurus

A library for answering the question «Is this terminal dark or light?» 🦕
Apache License 2.0
12 stars 3 forks source link

ColorScheme is a misnomer #18

Open teohhanhui opened 1 month ago

teohhanhui commented 1 month ago

First off, great library! This was hilarious and well deserved: https://docs.rs/terminal-colorsaurus/latest/terminal_colorsaurus/#comparison-with-other-crates

Dark / light refers to the "theme", not the "color scheme" (which is a separate thing).

bash commented 1 month ago

Thanks 😊

I think I picked the name with the perfers-color-scheme media query in CSS in mind But I'm not that set on the name as most other places I've come across refer to dark/light as a "theme" choice.

I'll leave this issue open and think about the naming in case I make other breaking changes to the library.

teohhanhui commented 1 month ago

I think I picked the name with the prefers-color-scheme media query in CSS in mind

That's fair. Unfortunately color scheme already means something else when it comes to terminals... :laughing: