Searched refs:colorFromHex (Results 1 – 4 of 4) sorted by relevance
23718 …*/ __webpack_require__.d(__webpack_exports__, "colorFromHex", function() { return colorFromHex; });23968 function colorFromHex(text) { function24075 return colorFromHex(text);24123 return colorFromHex(colorHex);
1 …colorFromHex } from '../utils/colors.js';\nimport { Range, TextEdit, SymbolKind, Location } from \…
1 …colorFromHex(text) {\n if (text[0] !== '#') {\n return null;\n }\n switch (text.le…