mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update colors & links
This commit is contained in:
parent
91cf73457d
commit
44fa8609c6
1 changed files with 2 additions and 6 deletions
|
|
@ -9,16 +9,13 @@
|
|||
[null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'],
|
||||
['Work', 'Drive', 'd', 'https://drive.google.com', '/drive/search?q={}', '#4285f4'],
|
||||
['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'],
|
||||
['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', 'Unsplash', 'u', 'https://unsplash.com/new', '/search/{}', '#000'],
|
||||
['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'],
|
||||
['Listen', 'Line Radio', 'l', 'https://linerad.io', '/#{}', '#39CCCC'],
|
||||
['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', 'Twitch', 't', 'https://www.twitch.tv/directory/following', null, '#6441a5'],
|
||||
['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'],
|
||||
['Download', '7digital', '7', 'https://us.7digital.com', '/search?q={}', '#07606e'],
|
||||
['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'],
|
||||
],
|
||||
|
||||
|
|
@ -101,8 +97,8 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
|
||||
|
||||
:root {
|
||||
--color0: rgb(205, 208, 215);
|
||||
--color15: rgb(38, 41, 53);
|
||||
--color0: rgb(44, 47, 50);
|
||||
--color15: rgb(205, 208, 215);
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Reference in a new issue