vim-css-color icon indicating copy to clipboard operation
vim-css-color copied to clipboard

Qt QML support

Open gunslingerfry opened this issue 4 years ago • 1 comments

Qt does #AARRGGBB not #RRGGBBAA. So "#FF000000" which is full alpha black comes up as full red. and "#FFFF0000" which should be red comes up yellow.

gunslingerfry avatar Mar 04 '21 00:03 gunslingerfry

Note to self: https://doc.qt.io/qt-5/qml-color.html

ap avatar Oct 23 '21 06:10 ap