Skip to content

Instantly share code, notes, and snippets.

@zerocity
Created May 26, 2020 09:48
Show Gist options
  • Select an option

  • Save zerocity/64ed50303056ea6dc036f21e697f1ad0 to your computer and use it in GitHub Desktop.

Select an option

Save zerocity/64ed50303056ea6dc036f21e697f1ad0 to your computer and use it in GitHub Desktop.

Revisions

  1. zerocity created this gist May 26, 2020.
    18 changes: 18 additions & 0 deletions color
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    colors: {
    grey: [
    "rgb(51, 51, 51)",
    "rgb(126, 126, 126)",
    "rgb(187, 187, 187)",
    "rgb(225, 225, 225)",
    "rgb(246, 246, 246)",
    "rgb(250, 250, 250)",
    "rgb(255, 255, 255)",
    ],
    background: 'rgb(255, 255, 255)',
    text: 'rgb(51, 51, 51)',
    primary: '#00beff',
    secondary: 'rgb(187, 187, 187)',
    accent: '#fa3653',
    muted: 'rgb(246, 246, 246)',
    error: "#d0453e",
    },