A simple Python script designed to invert the color scheme of the LINE app (Chrome extension version). It basically does the following things:
- Read the contents of the current
line_chrome.min.css
- Invert all colors contained in
rgba(..., ..., ...)
and#......
(only invert if luminosity > 40) - Add an additional CSS at the top
- Print the output to stdout