mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[CodeEditor] fix indent lines color issue in dark mode (#178885)
## Summary fix https://github.com/elastic/kibana/issues/178882 before (see the vertical nesting lines having incorrect color - white): <img width="749" alt="Screenshot 2024-03-18 at 16 32 29" src="ed837542
-f0c6-45b4-9f2e-cf3dc3307a64"> after: <img width="733" alt="Screenshot 2024-03-18 at 16 59 28" src="d29f5f23
-9693-4a39-aa2d-7b2b43e37c75">
This commit is contained in:
parent
80c30e87fd
commit
d6529e65fb
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export function createTheme(
|
|||
'editor.background': backgroundColor ?? euiTheme.euiFormBackgroundColor,
|
||||
'editorLineNumber.foreground': euiTheme.euiColorDarkShade,
|
||||
'editorLineNumber.activeForeground': euiTheme.euiColorDarkShade,
|
||||
'editorIndentGuide.background': euiTheme.euiColorLightShade,
|
||||
'editorIndentGuide.background1': euiTheme.euiColorLightShade,
|
||||
'editor.selectionBackground': selectionBackgroundColor,
|
||||
'editorWidget.border': euiTheme.euiColorLightShade,
|
||||
'editorWidget.background': euiTheme.euiColorLightestShade,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue