Last active
October 10, 2019 09:42
-
-
Save zbeyens/c9fa63b69a622f024bb6f6076a012128 to your computer and use it in GitHub Desktop.
color info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"colorInfo.languages":[ | |
{ | |
"selector": "css", | |
"colors": "css" | |
}, | |
{ | |
"selector": "sass", | |
"colors": "css" | |
}, | |
{ | |
"selector": "scss", | |
"colors": "css" | |
}, | |
{ | |
"selector": "less", | |
"colors": "css" | |
}, | |
{ | |
"selector": "javascript", | |
"colors": "css" | |
}, | |
{ | |
"selector": "html", | |
"colors": "css" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment