IJPL-149590 Some tables in the Settings have incorrectly coloured borders

GitOrigin-RevId: d98899224a26fed774bd671e42f88c07ad2db03f
This commit is contained in:
Pavel Porvatov
2024-05-10 16:17:39 +02:00
committed by intellij-monorepo-bot
parent a4c6d78791
commit f452306c4b
2 changed files with 3 additions and 1 deletions

View File

@@ -637,7 +637,8 @@
"focusCellHighlightBorder": "com.intellij.ide.ui.laf.darcula.DarculaTableSelectedCellHighlightBorder",
"focusSelectedCellHighlightBorder": "com.intellij.ide.ui.laf.darcula.DarculaTableSelectedCellHighlightBorder",
"gridColor": "#4F5152",
"rowHeight": 20
"rowHeight": 20,
"scrollPaneBorder": "com.intellij.ide.ui.laf.darcula.ui.DarculaScrollPaneBorder"
},
"TableHeader": {

View File

@@ -881,6 +881,7 @@
"lightSelectionForeground": "foreground",
"lightSelectionInactiveBackground": "grey16",
"rowHeight": 20,
"scrollPaneBorder": "com.intellij.ide.ui.laf.darcula.ui.DarculaScrollPaneBorder",
"stripeColor": "#f2f5f9"
},