Skip to content

Instantly share code, notes, and snippets.

@3ndrius
Created January 2, 2019 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3ndrius/c3479353e7645e221fdc1fbfab4bdd05 to your computer and use it in GitHub Desktop.
Save 3ndrius/c3479353e7645e221fdc1fbfab4bdd05 to your computer and use it in GitHub Desktop.
export const colors = {
dark: '#1B1B1E',
darkOne: '#373F51',
middle: '#373F51',
// light: '#D8DBE2',
lightOne: '#A9BCD0',
light: 'white'
}
import {colors} from './colors';
export const theme = {
colors,
fontWg: {
thin:300,
reg:400,
fat:800
},
media: {
desktop: '@media(min-width: 1324px)',
tablet: '@media(min-width: 1024px)',
mobile: '@media(min-width: 665px)',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment