Skip to content

Instantly share code, notes, and snippets.

@jos3s
Last active June 21, 2021 11:57
Show Gist options
  • Save jos3s/724a23d4284e019af6fa480fe3ee1f9c to your computer and use it in GitHub Desktop.
Save jos3s/724a23d4284e019af6fa480fe3ee1f9c to your computer and use it in GitHub Desktop.

Revisions

  1. jos3s revised this gist Jun 21, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .\theme.ts
    Original file line number Diff line number Diff line change
    @@ -7,11 +7,11 @@ export const theme={
    gray:{
    dark:"#737380",
    medium:"#A8A8B3",
    light:"#DBDCDD":
    light:"#DBDCDD",
    },
    white:{
    medium:"#F8F8F8",
    light"#FEFEFE":
    light:"#FEFEFE",
    },
    pink:{
    medium:"#E559F9",
  2. jos3s created this gist Jun 21, 2021.
    21 changes: 21 additions & 0 deletions .\theme.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    export const theme={
    colors:{
    black:"#29292E",
    shadow:"#050206",
    purple:"#835AFD",
    danger:"#E73F5D",
    gray:{
    dark:"#737380",
    medium:"#A8A8B3",
    light:"#DBDCDD":
    },
    white:{
    medium:"#F8F8F8",
    light"#FEFEFE":
    },
    pink:{
    medium:"#E559F9",
    light:"#D67EE2",
    }
    }
    }