IntelliJ Themes: fixed Table background in "One Dark" theme

This commit is contained in:
Karl Tauber
2023-08-10 16:06:11 +02:00
parent 810146b993
commit db2f94aa53

View File

@@ -316,6 +316,7 @@ ToggleButton.endBackground = $ToggleButton.background
[One_Dark]ProgressBar.background = lazy(Separator.foreground)
[One_Dark]Slider.trackColor = lazy(Separator.foreground)
[One_Dark]Slider.focusedColor = fade(#568af2,40%)
[One_Dark]Table.background = lazy(Tree.background)
[One_Dark]Table.selectionBackground = lazy(Tree.selectionBackground)
[One_Dark]TextField.selectionBackground = lazy(List.selectionBackground)
[One_Dark]Tree.selectionForeground = lazy(List.selectionForeground)