Skip to content

Instantly share code, notes, and snippets.

View ytxmobile98's full-sized avatar

Tianxing Yang ytxmobile98

  • Guangzhou, China
  • 12:20 (UTC +08:00)
View GitHub Profile
@ytxmobile98
ytxmobile98 / material-colors.css
Last active July 17, 2019 15:04
Extract Google Material colors, and format them to be used in GIMP / Inkscape
/* Google Material Design Colors
Source: https://material.io/tools/color/
*/
:root {
--material-color-Black: #000000;
--material-color-White: #FFFFFF;
--material-color-Red-50: #FFEBEE;
--material-color-Red-100: #FFCDD2;
--material-color-Red-200: #EF9A9A;
--material-color-Red-300: #E57373;
@ytxmobile98
ytxmobile98 / .gitignore
Last active August 3, 2019 16:29
JSX & LESS compile
*.txt