# color_dart **Repository Path**: meetqy/color_dart ## Basic Information - **Project Name**: color_dart - **Description**: color_dart, display the color of the current rendering value in vscode. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-14 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # color_dart color_dart, display the color of the current rendering value in vscode. ## 目录 - [预览](#预览) - [使用](#使用) - [vscode 配置](#vscode配置) - [维护者](#维护者) - [欢迎 PR](#欢迎PR) - [使用许可](#使用许可) ## 预览 ![](./color_dart.png) ## 使用 - hex(String hexColor) ``` hex('#222); hex('#ff0000'); ``` - rgba(int r, int g, int b, double a) ``` rgba(0,0,0,1); ``` ## vscode 配置 安装[Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight); ## 维护者 [@meetqy](https://github.com/meetqy). ## 欢迎 PR 非常欢迎你的加入! [提一个 Issue](https://github.com/meetqy/color_dart/issues/new) 或者提交一个 Pull Request. ## 使用许可 [MIT](LICENSE) © MEETQY