Skip to content

Commit

Permalink
IntelliJ Themes: fixed Table background in "One Dark" theme
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Aug 10, 2023
1 parent 810146b commit db2f94a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db2f94a

Please sign in to comment.