import { DefaultTheme } from "styled-components"

const theme: DefaultTheme = {
  colors: {
    black: "#121212",
    white: "#F5F5F5",
  }
}

export default theme