Skip to content

Commit

Permalink
bring back the previous color scheme for the default theme (#6817)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Nov 15, 2023
1 parent 52df4e3 commit 35dd15f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/insomnia/src/plugins/themes/default.ts
Expand Up @@ -4,7 +4,7 @@ const sidebarBackground = {
notice: '#f0e137',
warning: '#ff9a1f',
danger: '#ff5631',
surprise: '#4000BF',
surprise: '#a896ff',
info: '#46c1e6',
};

Expand Down Expand Up @@ -62,7 +62,7 @@ export default {
notice: '#d8c84d',
warning: '#ec8702',
danger: '#e15251',
surprise: '#4000BF',
surprise: '#8776d5',
info: '#20aed9',
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/routes/onboarding.tsx
Expand Up @@ -202,7 +202,7 @@ const Onboarding = () => {
<span />
)}
<Link
className="hover:no-underline bg-[#4000BF] text-sm hover:bg-opacity-90 border border-solid border-[--hl-md] py-2 px-3 text-[--color-font] transition-colors rounded-sm"
className="hover:no-underline bg-[--color-surprise] text-sm hover:bg-opacity-90 border border-solid border-[--hl-md] py-2 px-3 text-[--color-font] transition-colors rounded-sm"
to="/onboarding/migrate"
onClick={() => window.localStorage.setItem('hasSeenOnboarding', 'true')}
>
Expand Down

0 comments on commit 35dd15f

Please sign in to comment.