Skip to content

Commit

Permalink
feat: using a lighter shade of blue for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 23, 2022
1 parent 09faf46 commit 5c8e66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bruno-app/src/themes/dark.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const darkTheme = {
color: "rgb(204, 204, 204)",
iconColor: "rgb(204, 204, 204)",
bg: 'rgb(48, 48, 49)',
hoverBg: '#0F395E',
hoverBg: '#185387',
shadow: 'rgb(0 0 0 / 36%) 0px 2px 8px',
seperator: '#444',
labelBg: '#4a4949'
Expand Down Expand Up @@ -135,8 +135,8 @@ const darkTheme = {
button: {
secondary: {
color: 'rgb(204, 204, 204)',
bg: '#0F395E',
border: '#0F395E',
bg: '#185387',
border: '#185387',
hoverBorder: '#696969'
},
close: {
Expand Down

1 comment on commit 5c8e66b

@vercel
Copy link

@vercel vercel bot commented on 5c8e66b Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.