Skip to content

Commit aaea8e9

Browse files
authored
feat(amazonq): Make background color match the toolwindow color (#5943)
1 parent 781f173 commit aaea8e9

File tree

1 file changed

+2
-2
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/theme

1 file changed

+2
-2
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/theme/ThemeBrowserAdapter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ class ThemeBrowserAdapter {
4444
append(CssVariable.TextColorLight, theme.emptyText)
4545
append(CssVariable.TextColorDisabled, theme.inactiveText)
4646

47-
append(CssVariable.Background, bg)
47+
append(CssVariable.Background, theme.background)
4848
append(CssVariable.BackgroundAlt, altBg)
4949
append(CssVariable.CardBackground, bg)
50-
append(CssVariable.CardBackgroundAlt, altBg)
50+
append(CssVariable.CardBackgroundAlt, theme.editorBackground)
5151
append(CssVariable.BorderDefault, theme.border)
5252
append(CssVariable.BorderFocused, theme.inputBorderFocused)
5353
append(CssVariable.BorderUnfocused, theme.inputBorderUnfocused)

0 commit comments

Comments
 (0)