update colors & links
This commit is contained in:
+2
-6
@@ -9,16 +9,13 @@
|
|||||||
[null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'],
|
[null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'],
|
||||||
['Work', 'Drive', 'd', 'https://drive.google.com', '/drive/search?q={}', '#4285f4'],
|
['Work', 'Drive', 'd', 'https://drive.google.com', '/drive/search?q={}', '#4285f4'],
|
||||||
['Work', 'GitHub', 'g', 'https://github.com', '/search?q={}', '#333'],
|
['Work', 'GitHub', 'g', 'https://github.com', '/search?q={}', '#333'],
|
||||||
['Work', 'Inbox', 'i', 'https://inbox.google.com', '/search/{}', '#4285f4'],
|
|
||||||
['Work', 'Keep', 'k', 'https://keep.google.com', '/#search/text={}', '#fb0'],
|
['Work', 'Keep', 'k', 'https://keep.google.com', '/#search/text={}', '#fb0'],
|
||||||
['Lurk', 'Hunt', 'H', 'https://www.producthunt.com', '/search?q={}', '#da552f'],
|
['Lurk', 'Hunt', 'H', 'https://www.producthunt.com', '/search?q={}', '#da552f'],
|
||||||
['Lurk', 'Photos', 'p', 'https://photos.google.com', '/search/{}', '#34a853'],
|
|
||||||
['Lurk', 'Reddit', 'r', 'https://www.reddit.com', '/search?q={}', '#5f99cf'],
|
['Lurk', 'Reddit', 'r', 'https://www.reddit.com', '/search?q={}', '#5f99cf'],
|
||||||
['Lurk', 'Unsplash', 'u', 'https://unsplash.com/new', '/search/{}', '#000'],
|
['Lurk', 'Unsplash', 'u', 'https://unsplash.com/new', '/search/{}', '#000'],
|
||||||
['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'],
|
['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'],
|
||||||
['Listen', 'Line Radio', 'l', 'https://linerad.io', '/#{}', '#39CCCC'],
|
['Listen', 'Line Radio', 'l', 'https://linerad.io', '/#{}', '#39CCCC'],
|
||||||
['Listen', 'SoundCloud', 's', 'https://soundcloud.com/discover', '/search?q={}', '#ff8800'],
|
['Listen', 'SoundCloud', 's', 'https://soundcloud.com/discover', '/search?q={}', '#ff8800'],
|
||||||
['Listen', 'YouTube Music', 'm', 'https://music.youtube.com', '/search?q={}', '#FF0004'],
|
|
||||||
['Watch', 'Netflix', 'n', 'https://www.netflix.com/browse', '/search?q={}', '#e50914'],
|
['Watch', 'Netflix', 'n', 'https://www.netflix.com/browse', '/search?q={}', '#e50914'],
|
||||||
['Watch', 'Twitch', 't', 'https://www.twitch.tv/directory/following', null, '#6441a5'],
|
['Watch', 'Twitch', 't', 'https://www.twitch.tv/directory/following', null, '#6441a5'],
|
||||||
['Watch', 'YouTube', 'y', 'https://youtube.com/feed/subscriptions', '/results?search_query={}', '#cd201f'],
|
['Watch', 'YouTube', 'y', 'https://youtube.com/feed/subscriptions', '/results?search_query={}', '#cd201f'],
|
||||||
@@ -27,7 +24,6 @@
|
|||||||
['Learn', 'Egghead', 'e', 'https://egghead.io', '/search?q={}', '#171C23'],
|
['Learn', 'Egghead', 'e', 'https://egghead.io', '/search?q={}', '#171C23'],
|
||||||
['Download', '7digital', '7', 'https://us.7digital.com', '/search?q={}', '#07606e'],
|
['Download', '7digital', '7', 'https://us.7digital.com', '/search?q={}', '#07606e'],
|
||||||
['Download', 'RARBG', 'R', 'https://rarbg.to', '/torrents.php?search={}', '#00d1b2'],
|
['Download', 'RARBG', 'R', 'https://rarbg.to', '/torrents.php?search={}', '#00d1b2'],
|
||||||
['Download', 'Pirate Bay', 'b', 'https://thepiratebay.org', '/search/{}', '#4c4132'],
|
|
||||||
['Download', 'YTS', 'Y', 'https://yts.am/browse-movies/all/1080p/all/7/latest', '/browse-movies/{}', '#2f2f2f'],
|
['Download', 'YTS', 'Y', 'https://yts.am/browse-movies/all/1080p/all/7/latest', '/browse-movies/{}', '#2f2f2f'],
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -101,8 +97,8 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
|
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--color0: rgb(205, 208, 215);
|
--color0: rgb(44, 47, 50);
|
||||||
--color15: rgb(38, 41, 53);
|
--color15: rgb(205, 208, 215);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user