mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
fix: update codemirror bg for pastel light theme (#7110)
This commit is contained in:
@@ -398,14 +398,14 @@ const lightPastelTheme = {
|
||||
},
|
||||
|
||||
codemirror: {
|
||||
bg: 'transparent',
|
||||
bg: colors.BACKGROUND,
|
||||
border: colors.WHITE,
|
||||
placeholder: {
|
||||
color: colors.GRAY_6,
|
||||
opacity: 0.75
|
||||
},
|
||||
gutter: {
|
||||
bg: 'transparent'
|
||||
bg: colors.BACKGROUND
|
||||
},
|
||||
variable: {
|
||||
valid: colors.GREEN,
|
||||
|
||||
Reference in New Issue
Block a user