Skip to content

Instantly share code, notes, and snippets.

@pierremtb
Last active December 12, 2016 01:38
Show Gist options
  • Save pierremtb/829db60ad0df3a3fed6e to your computer and use it in GitHub Desktop.
Save pierremtb/829db60ad0df3a3fed6e to your computer and use it in GitHub Desktop.
Liri Browser SitesColors database
[
{'domain':'facebook.com', 'color': '#3b5998'} ,
{'domain':'linkedin.com', 'color': '#646464'} ,
{'domain':'twitter.com', 'color': '#00aced'} ,
{'domain':'github.com', 'color': '#f5f5f5'} ,
{'domain':'youtube.com', 'color': '#b31217'} ,
{'domain':'9gag.com', 'color': '#262626'} ,
{'domain':'reddit.com', 'color': '#c5dbf9'} ,
{'domain':'soundcloud.com', 'color': '#f64100'} ,
{'domain':'khanacademy.org', 'color': '#66CD00'}
]
@danielhickman
Copy link

Is this being used anymore or are you using meta: theme-color HTML tags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment