UNPKG

jebcolors

Version:

npm module that contains colors, gradients and a class used to modify the colors or gradients

77 lines (74 loc) 1.75 kB
// In this module I save the social color variables (credits to react-native-elements) // src = https://github.com/react-native-elements/react-native-elements/blob/next/src/SocialIcon/SocialIcon.tsx (line:17) // Color and final variables const githubAlt = '#000000' const googlePlusOfficial = '#dd4b39' const google = '#dd4b39' const redditAlien = '#fc461e' const stackOverflow = '#f27f33' const angellist = '#1c4082' const codepen = '#000000' const envelope = '#000000' const etsy = '#f2581e' const facebook = '#4267b2' const facebookMessenger = '#0084ff' const flickr = '#ff0084' const foursquare = '#0072b1' const github = '#000000' const gitlab = '#e14329' const instagram = '#517fa4' const linkedin = '#007bb6' const medium = '#02b875' const pinterest = '#cb2027' const quora = '#a82400' const soundcloud = '#ff5500' const steam = '#c6c3c1' const stumbleupon = '#eb4823' const tumblr = '#32506d' const twitch = '#6441a5' const twitter = '#00aced' const vimeo = '#aad450' const vk = '#5181b8' const wechat = '#7bb32e' const weibo = '#e6162d' const whatsapp = '#075e54' const wordpress = '#21759b' const youtube = '#bb0000' const microsoft = '#46a4f2' // Exports export const socialMainColors = { githubAlt, googlePlusOfficial, google, redditAlien, stackOverflow, angellist, codepen, envelope, etsy, facebook, facebookMessenger, flickr, foursquare, github, gitlab, instagram, linkedin, medium, pinterest, quora, soundcloud, steam, stumbleupon, tumblr, twitch, twitter, vimeo, vk, wechat, weibo, whatsapp, wordpress, youtube, microsoft, }