diff --git a/index.html b/index.html index 9ecf127a..0569d585 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ :root { --color-background: #111; --color-text-subtle: #999; - --color-text: #eee; + --color-text: #fff; --font-family: -apple-system, Helvetica, sans-serif; --font-size-1: 1rem; --font-size-2: 3rem; @@ -27,7 +27,7 @@ :root { --color-background: #eee; --color-text-subtle: #777; - --color-text: #111; + --color-text: #000; } } @@ -42,24 +42,24 @@ }; const COMMANDS = new Map([ - ['a', { name: 'chat', url: 'https://chat.openai.com' }], - ['b', { name: 'drbl', url: 'https://dribbble.com/shots/recent' }], - ['c', { name: 'date', url: 'https://calendar.google.com' }], - ['d', { name: 'driv', url: 'https://drive.google.com' }], - ['f', { name: 'fgma', url: 'https://www.figma.com' }], - ['g', { name: 'code', url: 'https://github.com' }], - ['k', { name: 'keep', url: 'https://keep.google.com' }], - ['m', { name: 'mail', url: 'https://mail.proton.me/u/0/inbox' }], - ['n', { name: 'note', url: 'https://www.notion.so' }], - ['p', { name: 'pomo', url: 'https://pomodoro.xvvvyz.xyz/' }], - ['r', { name: 'rddt', url: 'https://reddit.com' }], - ['s', { name: 'supa', url: 'https://supabase.com/dashboard/projects' }], - ['t', { name: 'deep', url: 'https://www.deepl.com/translator' }], - ['v', { name: 'vrcl', url: 'https://vercel.com/dashboard' }], + ['a', { name: 'Chat', url: 'https://chat.openai.com' }], + ['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/recent' }], + ['c', { name: 'Calendar', url: 'https://calendar.google.com' }], + ['d', { name: 'Drive', url: 'https://drive.google.com' }], + ['f', { name: 'Figma', url: 'https://www.figma.com' }], + ['g', { name: 'GitHub', url: 'https://github.com' }], + ['k', { name: 'Keep', url: 'https://keep.google.com' }], + ['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }], + ['n', { name: 'Notion', url: 'https://www.notion.so' }], + ['p', { name: 'Pomodoro', url: 'https://pomodoro.xvvvyz.xyz/' }], + ['r', { name: 'Reddit', url: 'https://reddit.com' }], + ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], + ['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }], + ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], [ 'y', { - name: 'tube', + name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://youtube.com/feed/subscriptions', }, @@ -67,7 +67,7 @@ [ '0', { - name: 'host', + name: 'localhost', searchTemplate: ':{}', suggestions: ['0 54323', '0 54324'], url: 'http://localhost:3000', @@ -79,11 +79,12 @@