Created
May 26, 2020 09:48
-
-
Save zerocity/64ed50303056ea6dc036f21e697f1ad0 to your computer and use it in GitHub Desktop.
Revisions
-
zerocity created this gist
May 26, 2020 .There are no files selected for viewing
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 charactersOriginal 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", },