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'}
]
@jmc-figueira
Copy link

Unfortunately I cannot pull request, but here are my suggestions: https://gist.github.com/jmc-figueira/6a6b4dde1715ed0bd271#file-liri-sites-colors-db-json

@IdrissDimson
Copy link

doesn't look like there's a pull request button here.
here's mine, i'll add more websites as i see fit: https://gist.github.com/VirusKA/9b29cba203bf0c20b060

@pierremtb
Copy link
Author

@jmc-figueira @Viruska You can't edit it directly ?

@danielhickman
Copy link

@pierremtb No, only you can. 😉

@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