Miha-x64 / Mikes_IDEA_extensions

IntelliJ IDEA: missing parts.
Apache License 2.0
34 stars 7 forks source link

Request: read colours in json files #27

Closed NZPIF closed 2 years ago

NZPIF commented 2 years ago

Flutter has a great theme builder that outputs json like this

{
  "appBarTheme": {
    "backgroundColor": "#fffdfbff",
    "foregroundColor": "#ff3f51b5",
    "shadowColor": "#ff000000",
It would be awesome if your extension was able to add those colours to the gutter too.

ref: https://appainter.dev/#/

Miha-x64 commented 2 years ago

Looks quite easy to implement but there's a caveat: Android supports #AARRGGBB notation while CSS uses #RRGGBBAA one. Is it OK to stick with the “alpha-first” version only?

Miha-x64 commented 2 years ago

Closed due to inactivity, feel free to reopen.