forked from extern/bruno
feat: using a lighter shade of blue for dark theme
This commit is contained in:
parent
09faf46635
commit
5c8e66b684
@ -56,7 +56,7 @@ const darkTheme = {
|
|||||||
color: "rgb(204, 204, 204)",
|
color: "rgb(204, 204, 204)",
|
||||||
iconColor: "rgb(204, 204, 204)",
|
iconColor: "rgb(204, 204, 204)",
|
||||||
bg: 'rgb(48, 48, 49)',
|
bg: 'rgb(48, 48, 49)',
|
||||||
hoverBg: '#0F395E',
|
hoverBg: '#185387',
|
||||||
shadow: 'rgb(0 0 0 / 36%) 0px 2px 8px',
|
shadow: 'rgb(0 0 0 / 36%) 0px 2px 8px',
|
||||||
seperator: '#444',
|
seperator: '#444',
|
||||||
labelBg: '#4a4949'
|
labelBg: '#4a4949'
|
||||||
@ -135,8 +135,8 @@ const darkTheme = {
|
|||||||
button: {
|
button: {
|
||||||
secondary: {
|
secondary: {
|
||||||
color: 'rgb(204, 204, 204)',
|
color: 'rgb(204, 204, 204)',
|
||||||
bg: '#0F395E',
|
bg: '#185387',
|
||||||
border: '#0F395E',
|
border: '#185387',
|
||||||
hoverBorder: '#696969'
|
hoverBorder: '#696969'
|
||||||
},
|
},
|
||||||
close: {
|
close: {
|
||||||
|
Loading…
Reference in New Issue
Block a user